Live data from Hacker News

GitHub Outage

github.com

51–60 of 297 posts

Re: GitHub Outage

#51
post #5

Why do they have an angry unicorn on their outage page?

They use unicorn[1] as a HTTP server [1] http://unicorn.bogomips.org/

Huh, TIL. I always assumed that they meant that the errors themselves are unicorns because they rarely happen and even when they do, you usually don't see them.

Re: GitHub Outage

#52
This 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: 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

#53
Reminds of the talk where a Github guy says, basically, we just push, push, push, and if something breaks we hear about it on twitter.

Re: GitHub Outage

#56

Status page is not responding either: https://status.github.com/

Luckily that came back up 5 or 10 minutes after the outage began. And they updated it with a down notice.

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.

1. https://statusgator.io

Re: GitHub Outage

#58
post #27

Sorry, 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…

Cool that you have time to update us. :)

Re: GitHub Outage

#59
post #19

I'm kind of tired of paying for a service that has so many outages.

Go to bitbucket, or self-host, or find some other shiny new competitor. The market speaks with its feet.

Re: GitHub Outage

#60

This 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…

Yeah, got that too. Maybe time to go to bed.
Post reply on HN