Live data from Hacker News

GitHub was down

github.com

201–210 of 288 posts

Re: GitHub was down

#201

A reminder of how centralized and dependent the whole industry has become on GH, which is ironic, considering that git itself is designed to be decentralized. Good opportunity to think about mirroring your repos somewhere else like Gitea or Gitlab.

I'm taking this opportunity to randomly shout out Gitea! I've self-hosted Gitea for 5 or 6 years, and it has been bulletproof.

Re: GitHub was down

#203
post #163

A coworker and I just had to use `git format-patch` and `git am` to exchange work. Git is super cool!

`git bundle` is another option for this (I'm not trying to imply it's preferable)

Re: GitHub was down

#204

There goes Pages, there goes the CDN for release artifacts, there goes any package manager hosting repositories on GitHub. Is this outage just contained to github or is it an Azure outage?

It looks to be contained to just GitHub, azure service page shows no outages at this time.

Re: GitHub was down

#205

Could it have been brought down intentionally? Related to this? https://www.bleepingcomputer.com/news/security/github-action...

How would customer credentials being leaked be part of an outage of this size ?

If its enough of a security issue they could have pulled the site while its fixed/cleaned

Re: GitHub was down

#207
post #157
post #38

RIP to all those who host their websites on GitHub pages :(

Anybody who publishes an app on the Google Play store and hosts their privacy policy on Github pages may have their app taken down because Google's bots won't be able to verify it exists. That happened to me a while back with an app listing that was almost 10 years old because the server I was hosting the policy on went down. Ironically, I switched it to Github pages so it wouldn't happen again.

I have my client's app policy on GitHub. I have to check if anything happened to it. The websites are working fine

Re: GitHub was down

#208
post #92

Love that HN is a better status page for dev services than most companies can manage to provide. Knew I'd find it here but on the front page within 3 minutes is impressive.

I guess when GitHub goes down, it is somehow strangely tolerated for years even after the acquisition and goes down more times than Twitter. When the latter encounters a speed-bump, just like the 'interview' with Trump, it's global news because a Mr Elon Musk owns it. Both seem to be doing too much all at once. But really it is worse with Github if this is what Microsoft stewardship is incidents every, single week an…

What makes you say it’s “somehow strangely tolerated” when GitHub goes down?

What’s the point of bringing up twitter? It is strange to seek victimhood for a petulant billionaire. Of course, it is worse with GitHub because GitHub actually provides useful functionality.

Re: GitHub was down

#209

I've never seen an outage this big. Even the homepage doesn't load. We've had recurrent issues with Actions not running, but this seems a lot bigger. The status page says all is well, though: https://www.githubstatus.com/ . Hilarious.

Github seems to be coming back up:

https://downdetector.com/status/github/

Re: GitHub was down

#210

It's 00:16, just about to go to bed, I ran `git push` and it's not working. Check Github, says it's down, I think it's only me, maybe I'm blocked, Github can't be down. Come here to check and it's down for everyone, such a relief.

Really it was a relief. Same case for me. Now I have no energy to push my code. Tomorrow maybe
Post reply on HN