Live data from Hacker News

GitHub is having issues now

githubstatus.com

41–50 of 132 posts

Re: GitHub is having issues now

#41
post #9

Yeah I think I've finally had enough. I need to start seriously advocating for alternatives since this is starting to impact our business. It's clearly not getting any better.

Go ahead. We've been self-hosting Gitea with Drone/Woodpecker for years; either it or Forgejo will do fine if you're okay with their feature set. I sometimes wander into these GitHub threads to have a laugh; our Gitea instance has had several minutes of downtime combined over the last few years, all of them planned (to upgrade Gitea) and in the middle of the night.

Gitea Upgrading.. replacing binary, restarting. I love it.

Same for Forgejo.

Re: GitHub is having issues now

#42
post #7

For the record, it's failing silently, too, showing e.g. "There aren’t any open pull requests." even though there are dozens. That's pretty bad, this will definitely mislead people.

speak for yourself, we are celebrating having completed all our PR's for a change :D

Re: GitHub is having issues now

#43
post #26
post #11

Github has been having issues since the Microsoft acquisition. https://damrnelson.github.io/github-historical-uptime/

seems like it couldve been covid instead? look closer at the months and also we need a y bar for "msft makes github do xyz"

We cannot blame December 2019 uptime on covid-19.

Re: GitHub is having issues now

#44
An increasingly disturbing trend from Github and I only see this getting worse.

I wouldn't rule out them moving away from offering the free tier to stop the all the code pushes. I think new code mostly written by AI isn't that appealing of a data set to train on.

Re: GitHub is having issues now

#45
post #11

Github has been having issues since the Microsoft acquisition. https://damrnelson.github.io/github-historical-uptime/

That's damning. I wonder what it will look like over the next 13 months as more and more code is written by ai

I kind of had assumed that had already begun impacting downtime, though I guess it would be good to get some confirmation.

Re: GitHub is having issues now

#47
post #7

For the record, it's failing silently, too, showing e.g. "There aren’t any open pull requests." even though there are dozens. That's pretty bad, this will definitely mislead people.

Or last week's "If you use merge queue, oopsie, we accidentally destroyed your trunk", which also failed silently.

Re: GitHub is having issues now

#50
post #9

Yeah I think I've finally had enough. I need to start seriously advocating for alternatives since this is starting to impact our business. It's clearly not getting any better.

If you want a GitHub-like UI (with org/repo structure limitations) use either Forgejo or Gitea.

If you want a similar but different experience use GitLab.

If you want something more akin to the kernel experience (i.e. hosting, flexible repository structure, user auth via ssh keys, and a simple web UI) use gitolite with cgit, or alternatively gitweb.

Post reply on HN