Live data from Hacker News

GitHub: Git operation failures

githubstatus.com

71–80 of 335 posts

Re: GitHub: Git operation failures

#71
post #51

I wish I could say something smart such as “People/Organisations should host their own git servers“, but as someone who had the misfortune of doing that in the past I rather have a non-functional GitHub.

I've found Gitea to be pretty rock solid, at least for a small team.

Re: GitHub: Git operation failures

#72
post #51

I wish I could say something smart such as “People/Organisations should host their own git servers“, but as someone who had the misfortune of doing that in the past I rather have a non-functional GitHub.

I'm curious to learn from your mistakes, can you please elaborate what went wrong?

Re: GitHub: Git operation failures

#73

Obviously just speculation, but maybe don't let AI write your code... Microsoft CEO says up to 30% of the company’s code was written by AI https://techcrunch.com/2025/04/29/microsoft-ceo-says-up-to-3...

Sweet. 30% of Microsoft's code isn't protected by copyright.

Time to leak that.

Re: GitHub: Git operation failures

#74
It's weird to think all of our data lives on physical servers (not "in the cloud") that are falliable and made and maintained by falliable humans, and could fail at any moment. So long to all the data! Good ol' byzantine backups.

Re: GitHub: Git operation failures

#75
post #37
post #33

Why are there outages everywhere all the time now? AWS, Azure, GitHub, Cloudflare, etc. Is this the result of "vibe coding"? Because before "vibe coding", I don't remember having this many outages around the clock. Just saying.

I think it has more to do with layoffs. "Why do we need so many people to keep things running!?! We never have downtime!!"

Has to be a mix of both.

Re: GitHub: Git operation failures

#76

I have a serious question, not trying to start a flame war. A. Are these major issues with cloud/SaaS tools becoming more common, or is it just that they get a lot more coverage now? It seems like we see major issues across AWS, GCP, Azure, Github, etc. at least monthly now and I don't remember that being the case in the past. B. If it's becoming more common, what are the reasons? I can think of a few, but I don't kn…

> If it's becoming more common, what are the reasons?

Someone answered this morning, while Cloudflare outage, it's AI vibe coding and I tend to think there is something true in this. At some point there might be some tiny grain of AI engaged which starts the avalanche ending like this.

Re: GitHub: Git operation failures

#78
post #71
post #51

I wish I could say something smart such as “People/Organisations should host their own git servers“, but as someone who had the misfortune of doing that in the past I rather have a non-functional GitHub.

I've found Gitea to be pretty rock solid, at least for a small team.

Would even recommend Forgejo (the same project Codeberg also uses as the base for their service)

Re: GitHub: Git operation failures

#79

FYI in an emergency you can edit files directly on Github without the need to use git. Edit: ugh... if you rely on GH Actions for workflows though actions/checkout@v4 is also currently experiencing the git issues, so no dice if you depend on that.

True that, and this time Github AI actually have a useful answer to check for githubstatus.com

Re: GitHub: Git operation failures

#80
post #29

Earlier quoted context omitted.

FYI in an emergency you can `git push` to and `git pull` from any SSH-capable host without the need to use GitHub.

FYI in an emergency you can SSH to your server and edit files and the DB directly. Where is your god now, proponents of immutable filesystems?!

I love when people do that because they always say "I will push the fix to git later". They never do and when we deploy a version from git things break. Good times.

I started packing things into docker containers because of that. Makes it a bit more of a hassle to change things in production.

Post reply on HN