Live data from Hacker News

GitHub was down

status.github.com

31–40 of 94 posts

Re: GitHub was down

#36
post #12
post #4

Obligatory "If only Git was a distributed system" snarky comment. But this is seriously not a good time. Using gh-pages, hard deadline tomorrow morning.

Might https://surge.sh help?

Sure, but the stuff I need is already hosted on github. As is most of the API docs I need.

At the very least I need URLs for my stuff so I can put them in things I'm writing. But I need to check github to find them.

Basically, every 3rd thing I looked up in the last 20min was hosted on github.

Re: GitHub was down

#37
post #12
post #4

Obligatory "If only Git was a distributed system" snarky comment. But this is seriously not a good time. Using gh-pages, hard deadline tomorrow morning.

Might https://surge.sh help?

Sure, but the stuff I need is already hosted on github. As is most of the API docs I need.

At the very least I need URLs for my stuff so I can put them in things I'm writing. But I need to check github to find them.

Basically, every 3rd thing I looked up in the last 20min was hosted on github.

Re: GitHub was down

#38

https://status.github.com/messages/2016-07-21 by the way, why the status from July 15, 2016 to July 21, 2016 is red ?

It looks like they've lost a chunk of data - the last items in my news feed are from the 14th of July.

Re: GitHub was down

#39
post #9

Strangely, pulling from and pushing to github works. Just that no page on their website loads.

The git hosting is fairly independent of the web site. It happens fairly frequently that one is down and the other isn't. The git hosting has a resilient distributed back end designed to maintain redundant replicas and be highly available. The web site is, I believe, a huge Rails app.

Not only the website, all the github pages sites were down also
Post reply on HN