GitHub was down
31–40 of 94 posts
Re: GitHub was down
#32Github was good while it lasted. Back to SourceForge.
Re: GitHub was down
#33Re: GitHub was down
#34We just started using Gerrit, but using Github authentication. Can't sign in! Not doing our own account management appears to have been a poor decision.
Re: GitHub was down
#35Re: GitHub was down
#36Obligatory "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?
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
#37Obligatory "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?
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
#38https://status.github.com/messages/2016-07-21 by the way, why the status from July 15, 2016 to July 21, 2016 is red ?
Re: GitHub was down
#39Strangely, 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.