Live data from Hacker News

GitHub was down

status.github.com

21–30 of 197 posts

Re: GitHub was down

#24
Seems like they're saying it's maintenance now?

  $ gl
  fatal: remote error:
    GitHub is offline for maintenance. See http://status.github.com for more info.

Re: GitHub was down

#26
post #10

What do people do to get around this? Run my own git server like the good 'ol days? Github has become a central source of failure for us now...

With each GitHub failure people learn some good lessons. Redundancy is the key. Push to multiple remotes and fall back to backup remotes in your scripts.

Re: GitHub was down

#29
post #10

What do people do to get around this? Run my own git server like the good 'ol days? Github has become a central source of failure for us now...

If everyone has SSH access to a server somewhere, it's easy to just put a git repo there to let everyone keep working.

Obviously, this doesn't trivially scale to many repos/users/etc, which is why Github exists in the first place.

Post reply on HN