GitHub down again? no PR access
244 points by yodon 2 hours ago
244 points by yodon 2 hours ago
Githubstatus.com currently says everything is working, but it isn't
Help encourage alternatives by trying Gitlab.com or Codeberg.org or Tangled.org or others, and please star some projects there to help motivate more options. Self-promo links below if you would like to star a few of mine good for developers. https://gitlab.com/architecture-decision-record Codeberg isn't a viable infrastructure alternative. Its an opinionated community not a neutral host as they will delete repos based off subjective opinions on LLM usage and resource consumption. If continued hosting is dependent on moderators deciding if a project fits whatever the current philosophy is, and the whims of the moderation team, then I cannot consider it a serious choice for infrastructure. Infrastructure should be neutral. Codeberg is a social club Can you suggest a viable infrastructure alternative? My wishlist: free for open source and paid for closed source, able to do simple projects that are handwritten and also complex projects including AI LLM code that needs CI/CD/auditing, and hosting in the UK or EU. Aside, I donate money to Codeberg because I think Codeberg is a wonderful service with strong commitment to free open source, and because I host some larger projects and AI projects that are for public welfare social good. https://tangled.org would love to have you :) We're hosted in the EU, and are free for open source, forever. Tangled is also designed to be federated from ground up, so you get to own your infra & data while still participating in an open network. I feel like any service that is free for open source is going to struggle if it gets significant adoption and becomes a default target for hosting LLM generated code. If even MS/GitHub cannot scale to the current demand, what hope do smaller and less well-funded alternatives have? Codeberg is one public flagship instance. They are not neutral and don't claim to be. Decisions on what to host are made via elections by e.V. members. Other platforms (GitHub, GitLab, Tangled etc.) will eventually run into this same thing as well, e.g. how GitHub responds to DMCA requests, the difference with Codeberg is that there are elections which decide on what gets hosted on the main instance. For hosting slop or running a ton of actions, the recommendation is to self-host Forgejo directly instead, meaning that you, not the e.V. pays for the consequences, and you'd use the future AP federation support for cross-instance support. Forgejo is particularly simple to self-host as well, and lots of people do it (ffmpeg, Fedora and more). That way, you get to set your own rules and e.V. election results have no effect on you. Rather use BitBucket or GitLab really, both GitLab and BitBucket have been around nearly as long as GitHub? Apparently BitBucket and GitHub are both 2008, and GitLab is 2011. The others you mentioned could go on a whim. GitHub being ruined after the AI hype is a shallow take imo.
The root problem isn't AI, Microsoft, or Azure; It's why people keep _trusting_ centralized infra. GitLab and Codeberg can absolutely become trash, each in their own way. The solution isn't just "migrating off of GitHub"; it's "migrating to a platform that is unownable by design, not only hope". And there are no good enough decentralized alternatives to GitHub yet. Tangled.org's decentralization has serious holes.
Radicle made an alien universe; a niche within a niche. Also, it's already having problems with ISPs:
https://radicle.dev/2026/04/23/domain-move Cannot even merge code, this is the limit for me. We are prioritising migration to a different platform and this time going to decouple CI - right now we have too many points of failure on one vendor. Apologies if you already tried this, but I have been able to merge and get some things done via command line. e.g.: gh pr merge 5062 -R <org/repo> --squash --delete-branch I was also able to merge a pr and do a release using cli. I'm going to leave them alone for the rest of the day. I encourage everyone to switch to Forgejo. We ditched GitHub and could not be happier. The experience is smoother, faster and distraction-free. Our runners are faster, our CI is smoother than ever. Transitioning was a matter of a few hours, which we took as a fun hackaton. How complex is the CI migration? We’re heavily dependent on GitHub Actions and the full GitHub ecosystem by extension, but by the same token these frequent outages are destroying us. Forgejo actions are by design compatible with GHA. Obviously if you still depend on github to get reusable actions you’re just as dependent on GitHub being up as ever, but you can very easily migrate or mirror GitHub repositories to your forgejo instance and in most cases migrating the CI requires close to no changes. Not all features are supported, but I haven’t had the need to make any changes to my actions, and they’re continuously making improvements so compatibility only goes up How about ticketing? We use Linear and their integration with GitHub is pretty buttery. Willing to give it up for better service stability, but wondering if Forgejo offers any kind of native ticketing integrations. I know GitLab does, but I'm not massively impressed with GitLab either. Just going to leave this here - self hosted forgejo on fly.io with restic backups: https://forgejo-fly.fly.dev/forgejo-admin/forgejo-fly Is there any scenario in which Github doesn't start yanking features out of the free tier to protect the core service for paying users? https://mrshu.github.io/github-statuses/ They're struggling to maintain a single nine these days. Interestingly this dashboard says there are currently no issues. Edit: I just realised it's hosted on gh pages and therefore probably can't be updated It is not working at all, I can not load any repo pages. Github.com's promise is that it can be the central broker of open source code because it is reliable. That promise hasn't been kept recently. That said, Github is hard to displace and it is similar to the era of the Twitter Fail Whales. It was a sign of growth that couldn't be properly managed but there was not viable alternative. > Github is hard to displace and it is similar to the era of the Twitter Fail Whales Hard but not impossible. Being unreliable might nudge a few people. Also, Twitter had their fail whale in their early phase (mostly), not twenty years or so into their existence. The issue with replacing Github is that it takes more than version control and issue tracking to replace the network that is Github. It's effectively the largest social network for software developers on this planet. Tangled (tangled.org) is built on the at protocol (bluesky) and seems like an interesting take on this. Most other solutions seem to just move the problem to another much smaller silo (gitlab, codeberg, etc) or throw out the baby with the bathwater by focusing on self hosting without attempt at networking with other instances. A federated approach seems like it is directionally right. Tangled is far from feature complete but I like the direction and it probably is a bit more resilient against global outages like this. I'm not a user yet but I'm keeping an eye on it. > throw out the baby with the bathwater by focusing on self hosting without attempt at networking with other instances May I ask what networking with other instances brings? Git is decentralised, so it works with self-hosted instances, right? github's value is that it has a lot of eyes and visibility for smaller projects(thought many get lost too). More and more this value is going down and that stability is getting more important. More so when the story of github these days is copilot(good or bad) and their downtime. AI is giving a lot of project owners second thoughts and being so open with an AI company too. It's a bit of a different situation though, in many cases the unit of adoption is a team or organization that is free to switch platforms without consideration of what anyone else is doing. At this point I'm going to move my personal projects, it's not bad enough to be a priority at work yet but it's trending that way. Whatever it is, it seems to be getting worse: started with pull requests and Actions being down, now I can't even list my repos. Might be the worst one yet. The exponential growth they are having right now is absolutely insane. I would caution against assuming its an easy problem, or that anyone else has demonstrated an ability to handle this level of scale/growth any better. In May they had to solve for 30x growth overnight, and I would guess its closer to 100x by now. The reality is a centralized solution like this may no longer be a viable option with the scale of code generation. from a few months ago but interesting insights: https://github.blog/news-insights/company-news/github-availa... https://github.blog/news-insights/company-news/an-update-on-... It's been a downward spiral since covid. Enterprise works ok-ish, but the standard version has daily issue ever since. Not sure covid was the sole driving force. A combination of MS taking over and deciding to move it to Azure, a massive increase in traffic due to ai usage (not that this should be an excuse for a platform that should be scaleable), and Github going all in on AI usage to write its own code. They're making it very easy for a viable alternative to pop up and take their lunch - it just wont be Gitlab. While it annoys me how things have gone downhill, I think you missing one key detail with regards to competition. It's only "very easy" if you feel like throwing enough money at CI compute to power the majority of the open source ecosystems needs. That would be the bare minimum in order to even have a shot of achieving similar levels of network effects as Github. Enterprise here and it's down all the time. Right now and it was down 4 days ago as well. I don't have data for it, but I have been a Github user since 2012 and have found it to be down often for pretty much that entire time. I always figured it's cultural to a degree–new features always seem pretty buggy/underbaked, and often continue to long term but remain unloved and incomplete. I has never been so bad as in the couple last years. And it's getting worse. I never had to wonder if Steam is going to be working today, so I could play my game after work, but it's been an issue with GitHub since covid. At least for me. Fortunately, due the nature of the service, I can sit out most downtimes. Most of the time at least. I'm seeing "Merge status cannot be loaded" when attempting to merge a PR. It's a shame I had to go to HN to check if I was the only one instead of relying on their status page that they link. githubstatus.com has been updated with an incident now: > Update - We are seeing an approximate 20% error rate across numerous experiences including Pull Requests, Issues, and others. Investigations are currently under way and we will be posting updates as they become available
Aug 17, 2026 - 13:45 UTC It sounds like what I was seeing when trying to view PRs last night, so it started almost 12 hours ago. Is this GitHub's way of testing how many of you are managing your PRs via agents? I thought by the near-unanimous distaste for IIS we would have learned our lesson about making Microsoft products a central part of infrastructure, but evidently I was wrong. I shit on Microsoft a lot here, but it’s not because the workers are dumb or that all their products are “bad”, because they’re not. It’s because the company very clearly is only ever focused on “the next marketable product”, and will let their existing products rot. You can see this with a lot of Microsoft products. Windows NT was a a pretty cool OS/kernel at its time. NTFS was a pretty neat filesystem when it was new. They employ smart people for enough time to make a big headline, then make no effort to keep those products any good. Yep, started with PR changes not being visible, but now can't load entire repos.
I see the pink unicorn. GitHub is too important to fail, and they obviously can't fix their up-time problem. Shouldn't they open-source core and/or problematic components and ask for public to fix it? this is not sustainable. It's literally blocking development/productivity worldwide. June 17, 2023: Dohmke says Copilot will write 80% of code: https://www.freethink.com/robots-ai/github-copilot Slop code is written and pushed ... Aug 11, 2025: Dohmke leaves the sinking ship: https://www.entrepreneur.com/business-news/github-ceo-thomas... This is a true AI victory. Do y'all have any evidence that github's recent outages are caused by slopcode rather than the significant increase in load, which is exactly what Github & MS have been claiming as the root cause? I'm tired of these BS stories being pushed by green accounts on HN like there's some damn agenda by someone who thinks their job will be saved "if only the CEOs realized that Slopcode Bad". > I’m based in Brussels, working in tech, AI, and startup funding. Orange account? I'm tired of the financially invested pushing their agenda. My job is secure, thanks. I don't work in the bullshit industry. I have zero investments in agentic coding; in fact, my list of investments is pretty public, so I don't really know what point you're trying to make. But creating a new account to try to defend yourself against a threat you claim to be non-existent doesn't scream "I feel secure" to me. Why are you making up threats? Go back to your AI girlfriend, you have issues.
jph - an hour ago
voidnullvalue - an hour ago
jph - 40 minutes ago
icy - 38 minutes ago
chilmers - 17 minutes ago
pojntfx - 40 minutes ago
giancarlostoro - 13 minutes ago
1matin - 18 minutes ago
decodebytes - an hour ago
arionhardison - 31 minutes ago
crucialfelix - 18 minutes ago
klaussilveira - an hour ago
sebmellen - 25 minutes ago
nrabulinski - 12 minutes ago
sebmellen - 2 minutes ago
ryuuseijin - an hour ago
woeirua - 5 minutes ago
ad_fontes - 2 hours ago
Retr0id - 31 minutes ago
bhouston - 2 hours ago
jillesvangurp - an hour ago
palata - 31 minutes ago
beached_whale - an hour ago
hedgehog - 2 hours ago
larsonian - 2 hours ago
stefangordon - 32 minutes ago
andrewfromx - 44 minutes ago
zeroq - 2 hours ago
esskay - 2 hours ago
csvance - 2 hours ago
bluedino - 33 minutes ago
macNchz - an hour ago
zeroq - an hour ago
jjice - 2 hours ago
stetrain - 2 hours ago
c-hendricks - 2 hours ago
lewistaariq - 31 minutes ago
tombert - 30 minutes ago
grilledchickenw - 2 hours ago
amir734jj - an hour ago
cbmalll - an hour ago
scrollaway - 31 minutes ago
123ahsG - 24 minutes ago
scrollaway - 19 minutes ago
128e3123 - 15 minutes ago