GitHub Faces 'Major Service Outage' [Update] (github.com)
Code repository GitHub is facing a major service outage, it said moments ago. Earlier today, the company said it was facing a minor service outage. The downtime comes less than two weeks after it was facing another "minor service outage," which lasted for several hours. The cause for today's disruption remains unknown. The open source company's Twitter feed suggests it has faced several issues over the past few months.
Update: GitHub reports all the services are now operational.
Update: GitHub reports all the services are now operational.
Seriously, GitLab is a well-run, transparent company. They've had literally one major outage throughout the life of their service, and when it happened, they explained in incredible detail what had gone wrong, how they fixed it, and how they'll prevent in the future. I honestly can't believe they aren't more popular when this is the second big GitHub outage in, what, 8 weeks? Props to GNAA.
Maybe is down, because everyone is checking if is really down...
Nothing is 100% up; why is this even posted?
because of systemd issues. Nah in all seriousness its probably the feds installing backdoors.
Only the State obtains its revenue by coercion. - Murray Rothbard
People who do real work trust Microsoft's Team Foundation Server to get their work done instead of stupid Linux git.
The good: Git is decentralized, so everybody can continue working. The bad: several companies are using it as origin.
That's what the cloud be.
I am Slashdot. Are you Slashdot as well?
Yes, let's continue to put all our coding eggs into this one proprietary "cloud" basket. Brilliant!
Crazy theory, but someone probably hacked something at DEF CON and tried to release it to GitHub.
I've spent a 20+ year career in IT, and have noticed the trend over the last decade has been to rely almost fully on a service you don't control for a key part of operations. Most of my work has been with Azure lately, and Microsoft is shifting from releasing updates in packaged format that they publish and host to just pumping it out onto GitHub. There was a story last year about how tons of web projects were broken when a developer removed a portion of functionality from a JavaScript framework hosted publically -- and it turned out to be a trivial sting-manipulation function.
There is nothing wrong with not reinventing the wheel every time and using other peoples' resources. There is something very wrong with assuming that third parties will keep their systems running 100% of the time and never have bad days. Even Microsoft won't guarantee that Azure regions, of which most are _collections_ of fully redundant data centers, will be fully available all the time and that your applications will never experience downtime. You should never assume a resource will be published in the same place and remain online forever, nor should you rely fully on a third party service to provide your only means of providing the service you're providing.
The status page reports "Everything operating normally."
Their project fails to build when GitHub goes down.
You don't host your code on GitHub *only*, right?
You have mirrors on GitLab, Savannah, and a public repository at project's website (say, git.example.org), a local copy on your machine, and - of course - a copy stored safely at an off-site backup location (Tarsnap, S3, hubiC, etc.). I thought so.
The fact that GitHub went down is just a minor inconvenience to you, right?
GitLab scales great in one respect: I can host a completely isolated instance of gitlab.
Case in point: Build your own GitLab appliance with a Raspberry Pi. I wonder if anyone else has built an appliance to run Savane, the SourceForge fork powering the GNU Savannah repository farm.