Live data from Hacker News

GitHub is down

status.github.com

111–120 of 175 posts

Re: GitHub is down

#111
post #6

If only we had a version control system that didn't rely on a central hub...

its better to use fossil locally and have a mirror sync to github to run in the background. Its sad that git being distributed and github being a central place , sort of undermines the very purpose git was built for

Re: GitHub is down

#114

Earlier quoted context omitted.

Depends how his deployment pipeline is plumbed in. If he's dependent on Travis for builds (for example), he can't just switch.

Depending on services from others for your own business without having a SLA is just a disaster waiting to happen. Along the lines of "two is one, one is none", anything that you don’t own or where you don’t have a SLA has to be considered not existing for a business.

"Move fast and break things." Including your own bones.

People are getting too spoiled by perceived reliability. Internet is not electricity yet. And especially third-party services on the Internet.

Re: GitHub is down

#115

Earlier quoted context omitted.

You can host your own.

Which can go down too.

With enough copies you can push the probability of all of them going down simultaneously to arbitrarily low levels.

Or at least down to "fuck, the power grid went out" levels.

Re: GitHub is down

#117

Earlier quoted context omitted.

I guess you will get what you pay for... which is nothing for most of their users.

Ok, but I thought the business model here was to be the facebook of code repository. And I don't see the later suffering as many outage as the former (maybe because I am not all day long on FB, mind).

Because people aren't DDOSing Facebook by telling their CI servers to constantly refetch all the dependencies every goddamn build.

Re: GitHub is down

#120
post #76
post #71

The common complaint is that when github goes down so do issue trackers/project management/docs etc. What are the equivalent alternatives for these systems that are distributed, so tolerant to downtime. If you are in a situation that you're using a DVCS but relying on centralised everything else, and saying that you're unable to work because your Issue tracker/CI server is down, have you really gained anything over t…

You can setup gitlab with clones, if one server goes down, second has a copy. You know, git is a distributed system, unlike github.

> You know, git is a distributed system, unlike github.

Thanks for the snark. I know git is a distributed system. My question was about everything else being down (your issue tracker, CI server, wiki/documentation), not about git itself.

Post reply on HN