Why do they have an angry unicorn on their outage page?
They use unicorn[1] as a HTTP server [1] http://unicorn.bogomips.org/
GitHub Outage
51–60 of 297 posts
Re: GitHub Outage
#52 $ git push origin master
Counting objects: 5, done.
Delta compression using up to 8 threads.
Compressing objects: 100% (5/5), done.
Writing objects: 100% (5/5), 433 bytes | 0 bytes/s, done.
Total 5 (delta 4), reused 0 (delta 0)
remote: Unexpected system error after push was received.
remote: These changes may not be reflected on github.com!
remote: Your unique error code: 4fce1b2367b5304dd3761538b8fd0c23
To git@github.com:myrepo/myrepo.git
a62b7f1..e88431a master -> master
$ git push origin master
Everything up-to-date
Note: Values are fake, but message is real.Re: GitHub Outage
#53Re: GitHub Outage
#54Re: GitHub Outage
#55Re: GitHub Outage
#56Status page is not responding either: https://status.github.com/
A side project of mine called StatusGator [1] monitors status pages and alerts you when something is posted on them. I built it to handle the use case that you're trying to diagnose an issue only to remember to check the status pages of your dependencies and notice that they are already working on it.
It's pretty useful for those services that keep their pages up to date. But not very useful in cases like this when it's not updated.
Re: GitHub Outage
#57Re: GitHub Outage
#58Sorry, I think I caused this. =[ bower jquery#1.11.3 not-cached git://github.com/jquery/jquery-dist.git#1.11.3 bower jquery#1.11.3 resolve git://github.com/jquery/jquery-dist.git#1.11.3 bower foundation#~5.5.2 cached git://github.com/zurb/bower-foundation.git#5.5.3 bower foundation#~5.5.2 validate 5.5.3 against git://github.com/zurb/bower-foundation.git#~5.5.2 bower ember#^2.3.0 ECMDERR Failed to execute "git ls-remo…
Re: GitHub Outage
#59I'm kind of tired of paying for a service that has so many outages.
Re: GitHub Outage
#60This is new. Looks like github is still "working" when it's down. $ git push origin master Counting objects: 5, done. Delta compression using up to 8 threads. Compressing objects: 100% (5/5), done. Writing objects: 100% (5/5), 433 bytes | 0 bytes/s, done. Total 5 (delta 4), reused 0 (delta 0) remote: Unexpected system error after push was received. remote: These changes may not be reflected on github.com! remote: You…