• GitHub Disaster Guide

    defunkt 8 Oct 2008

    It’s true, GitHub goes down. But this is not centralized version control land – GitHub going down does not have to stop you from committing to or deploying your code in a bind.

    Our Disaster Guide that outlines some of the ways you can share and utilize your Git repository if something happens to GitHub.

    I’ve posted a mirror of the Diaster Guide over at my personal blog: When GitHub Goes Down. This is a static page on a separate server that won’t go down if GitHub is having problems.

    (Note that we always recommend pushing to a second remote – GitHub is just a node in the graph. The more nodes, the merrier. If you need help setting up an authenticated SSH server, feel free to ask the list.)

  • Comments

    drnic Wed Oct 08 18:21:42 -0700 2008

    Rails doesn’t scale

    lstoll Wed Oct 08 19:55:00 -0700 2008

    @drnic yeah, should re-do it in something that scales better like ASP.net

    kommen Thu Oct 09 01:52:03 -0700 2008

    @defunkt: You probably should link to the guide from the status blog. And you should link to the status guide from the page which is shown when github is down. So that people can find it easily.

    @drnic: Yeah, we should switch back to Java.

    Please log in to comment.