If only we had a version control system that didn't rely on a central hub...
GitHub is down
111–120 of 175 posts
Re: GitHub is down
#112Re: GitHub is down
#113Re: GitHub is down
#114Earlier 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.
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
#115Re: GitHub is down
#116Earlier quoted context omitted.
Panama Papers anyone?
If only someone started selling tinfoil hats with "I told you so" logos.
Re: GitHub is down
#117Earlier 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).
Re: GitHub is down
#118Re: GitHub is down
#119Re: GitHub is down
#120The 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.
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.