NewsLab
Apr 28 20:33 UTC

GitHub is having issues now (githubstatus.com)

323 points|by SenHeng||119 comments|Read full story on githubstatus.com

Comments (119)

119 shown
  1. 1. SenHeng||context
    For the past hour, the PR or Issues pages would load with 0 items. Occasionally, there’s an error toast mentioning ‘failure to fetch data’.
  2. 2. swiftcoder||context
    Oh, it's even more fun than that. If you sit there hitting F5, sooner or later you will get a proper page load. So some small subset of the servers is vending the correct data, and the rest not
  3. 3. m_a_t_t_8_6||context
    Pr's don't load, issues don't load. Pretty much unusable for dev workflows. I felt like a lot of the hand wringing over GH reliability was a bit dramatic but this one seems pretty major (at least for me) and doesn't seem to even be getting that much coverage.
  4. 4. vlugorilla||context
  5. 5. ttouch||context
    we'll start posting only when gh is 100% up and it'll make it to the frontpage
  6. 6. rvz||context
    I think we have given GitHub enough time (more than half a decade) after Microsoft acquired it to sort itself out.

    It is now being run into the ground.

    At this point their chatbots Tay.ai, Zo, and Copilot are wrecking the platform and there is no CEO of GitHub to complain to about this so it now makes no sense to use GitHub at all. (Especially GitHub Actions)

    It is now time to self host and not "centralize everything to GitHub". [0]

    [0] https://news.ycombinator.com/item?id=22867803

  7. 7. cromka||context
    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.
  8. 8. techterrier||context
    speak for yourself, we are celebrating having completed all our PR's for a change :D
  9. 9. dclowd9901||context
    Or last week's "If you use merge queue, oopsie, we accidentally destroyed your trunk", which also failed silently.
  10. 10. elischleifer||context
    We happen to build the perfect solution to avoiding GitHubs Merge Queue - ours :)

    It’s also massively more performant

    https://trunk.io/merge-queue

  11. 11. rileymichael||context
    while external merge queues offer a ton more features, i wouldn't describe any of them as 'perfect' based on the simple fact the UX is bolted on. github continues to display their native UI components for merging, and users are forced to interact via arcane commands in comments or external CLIs/webpages. not ideal!
  12. 12. scottbez1||context
    I was surprised that incident didn’t seem to get as much attention since that was a pretty major data corruption bug, but I guess it was a much smaller scope of impacted repos/customers than a lot of these availability issues?
  13. 13. dclowd9901||context
    Without reaching for my tin foil hat, I have a feeling MS is able to suppress these incidents somehow, because yeah, that one was pretty bad.
  14. 14. bonesss||context
    Wrapping my face in tinfoil: across the board, Amazon, Microsoft, GitHub, Anthropic and OpenAI, I’m seeing a lot of top-level service issues that sound an awful lot like code hitting production that hasn’t been fully tested.

    Breaking buttons on the website is one thing, kinda, but Enterprise used to mean a certain degree of robustness and seriousness in product management.

  15. 15. serial_dev||context
    Devs are expected to ship slop 10x faster. The AI tools genuinely help a bit, like maybe 2x, but the 10x "improvement" comes from not thinking about anything else than shipping your assigned features, not testing your code carefully, not getting proper code reviews, not dogfooding your stuff, and releasing carelessly.
  16. 16. yearolinuxdsktp||context
    Merge queues are not as frequently used… ~2000 PRs affected over 4 hours. I reckon that’s on the order of 10 commits per tenant. It’s a feature with low traction, probably because it creates more problems than it solves.
  17. 17. move-on-by||context
    Merge queues are great.

    The bug only affected repos using merge queues AND squash/rebase merging (instead of the default merge commit)

  18. 18. MarkMarine||context
    Definitely got attention during the prod outage at my work. I’m going to find another alternative, I’m sick of this terrible uptime.
  19. 19. enraged_camel||context
    Even when it does show the PR list, it doest necessarily show all the PRs in the category being viewed. Truly nasty issue.
  20. 20. mrshu||context
    Their uptime for just Git operations has been hit pretty hard in the past 90 days:

    https://mrshu.github.io/github-statuses/

  21. 21. winfredJa||context
    why is this green for today, even though the offical page shows error.
  22. 22. JamesCoyne||context
    Git ops seem fine. Anything search related is intermittent at best
  23. 23. agartner||context
    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.
  24. 24. homebrewer||context
    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.
  25. 25. MiracleRabbit||context
    Gitea Upgrading.. replacing binary, restarting. I love it.

    Same for Forgejo.

  26. 26. scottyah||context
    I struggled with Woodpecker for a bit, but now gitea has Actions that work wonderfully for my use case (and one less tool to support). I believe they also highlight compatibility with a github action protocol of sorts. Might be worth looking into.
  27. 27. lioeters||context
    Ooh, Woodpecker CI works with Gitea and Forgejo. https://woodpecker-ci.org/ That might be last piece I needed to migrating Git repos from GitHub to a self-hosted forge.

    Edit: Actually there's Gitea Actions and Forgejo Actions, that might be enough for my use case.

    https://docs.gitea.com/usage/actions/

    https://forgejo.org/docs/next/user/actions/reference/

  28. 28. dymk||context
    I’ve found gitea actions (based on ACT, so it’s nearly identical to a GitHub action runner) to work great. Migrating a GitHub workflow is mostly just a file name change.
  29. 29. lioeters||context
    Good to know!
  30. 30. cyclopeanutopia||context
    I'm now self-hosting Git and CI with Forgejo, works like a charm. ;)
  31. 31. rhdunn||context
    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.

  32. 32. dijit||context
    There's always gerrit.

    I mean, technically it's a code review platform, not a complete toolbox like Gitlab and co, but damn if it isn't the most professional feeling experience.

  33. 33. mghackerlady||context
    or sr.ht, you can host it yourself if you want
  34. 34. dymk||context
    I love gitea, and I use it for my homelab, but the permissions system needs a lot of work. There’s still an open bug which doesn’t let anyone but the repo owner read CI logs regardless of settings.
  35. 35. rhdunn||context
    I used Gitea for a while, but eventually switched to gitolite+cgit. That was down to the org/repo structure not fitting my git hierarchy (I'm using a topic/repo, topic/subtopic/repo style structure) and the lack of organization/topic wide issue tracking/management.
  36. 36. 1970-01-01||context
    I'm surprised GitLab isn't getting more attention. Yes, its not a carbon copy, but it is close. Apples and pears instead of oranges.
  37. 37. BoingBoomTschak||context
    It's close in the sense that it's also Jabbascript SPA crap that needs a supercomputer just to (try and fail to) display a diff of a few thousands lines, you mean? We're using it at work and it sucks massively.
  38. 38. ahartmetz||context
    I'd rather have the open core one running on my own servers (i.e. GitLab), but performance is a few orders of magnitude away from acceptable for both Git**b.
  39. 39. estimator7292||context
    I run GitLab and its CI on a Xeon server from 2010. It's fine. It runs exactly as fast as anything else on that machine. I've also run it on a tiny AWS instance. Also fine.

    I don't like that the idle CPU load is high (for really inane reasons) but it performs perfectly well.

  40. 40. richstokes||context
    Was thinking the same honestly. GH is very sticky though, especially when you have actions and all kinds of other integrations set up. But it’s just kind of absurd at this point how many outages they have.
  41. 41. Lapalux||context
    What a joke
  42. 42. pier25||context
    Github has been having issues since the Microsoft acquisition.

    https://damrnelson.github.io/github-historical-uptime/

  43. 43. wldcordeiro||context
    Seems like every week or so there's status issues. Often at what feels like the start of the week too.
  44. 44. 2ndorderthought||context
    That's damning. I wonder what it will look like over the next 13 months as more and more code is written by ai
  45. 45. dclowd9901||context
    I kind of had assumed that had already begun impacting downtime, though I guess it would be good to get some confirmation.
  46. 46. corvad||context
    Too bad Copilot's having issues and as such it will take longer for recovery.
  47. 47. badeeya||context
    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"
  48. 48. hx8||context
    We cannot blame December 2019 uptime on covid-19.
  49. 49. rrr_oh_man||context
    Wtf. Why is that?
  50. 50. esafak||context
    'coz Microsoft.
  51. 51. lukax||context
    They are migrating from their own datacenters to Azure
  52. 52. iso1631||context
    Hardly first time -- https://archive.is/KZ0sy
  53. 53. steve1977||context
    It's giving Hotmail in early 2000s
  54. 54. fishtoaster||context
    This is not to say that things haven't gotten worse over time, but...

    I don't think that chart shows what it seems like it shows. There were plenty of pre-2018 outages that don't show up there: https://hn.algolia.com/?dateEnd=1545696000&dateRange=custom&...

    An alternate interpretation of that chart is "After the microsoft acquisition, they got serious about actually tracking outages."

    That said, anecdotally, it's felt much worse over the last 6 months. I'd guess it's a combination of MS-induced quality drops and AI-induced scale increases.

  55. 55. shevy-java||context
    Well, perhaps not as long ago (e. g. from the acquisition), but if you look at the last four weeks or so, just that part alone, you can clearly see that something is not working here. Microsoft is constantly mentioned on Hacker News and not typically in a great, praising light.
  56. 56. madeofpalk||context
    If it’s just the last 4 weeks, then I would say it seems the Microsoft acquisition had little impact on their reliability.

    It seems pretty reasonable that the massive surge in AI over the past 6 months has put tremendous strain on GitHub’s infrastructure, and most of these outages are as a result of that one way or another.

  57. 57. r14c||context
    They're moving to Azure and had to fix up Azure first to be stable enough for GH to even consider moving.

    I'm guessing its a combo of Azure still not being stable enough and a byproduct of trying to move an entire company's operations from a physical DC into a cloud while its running.

  58. 58. bonesss||context
    Speculation from afar: clouds are not commensurate, and high-volume cloud services are going to anchor key architectural decisions around technical benefits/realities of the cloud environment they target. Moving GitHub isn’t a tech decision, and it’s broadly a Dumb Idea.

    I think GitHub is well past the complexity threshold where the reflective architecting that happens during cloud development can’t be separated from product. If the Engineers were begging for Azure it’d be one thing, but otherwise this is destabilizing churn.

    I agree Azure needed a lift to even handle the job, and see the that gap as indicative of a more fundamental challenge. That change is kinda like a skeleton transplant… managements feelings and post-surgery desires don’t necessarily account for the impact and essential difficulty.

  59. 59. thayne||context
    I think it is probably a combination of:

    - Switching to Azure

    - Adding more AI features

    - Using AI more for development

    - Higher load caused by AI agents

    Three of those are top-down direction from MS.

  60. 60. rvz||context
    And when they introduced "Free" for everyone including teams, well I tried to warn everyone that centralizing everything to GitHub was not a good idea [0] 6 years ago.

    [0] https://news.ycombinator.com/item?id=22867803

  61. 61. surgical_fire||context
    Tbh, for a while GitHub didn't seem to be any more nor less reliable than prior to MS acquiring it.

    But in the past year or so, it does feel like outages are becoming commonplace.

  62. 62. danny_codes||context
    Microslop!

    It’s astonishing how bad their software is now. I guess 20 years of outsourcing and bean-counting will do that

  63. 63. adverbly||context
    You know what else changed around this time?

    They dropped Ruby on Rails.

    Ruby on rails got a bad rap IMO.

    It was maybe the epitome of the get shit done internet era, and despite AI's proported productivity gains, I actually don't think we've got anywhere close to the velocity, stability, and simplicity of the peak Rails era just coming out of those PHP days. And teams were actually way smaller than they are now even after all these AI cuts!

  64. 64. BoingBoomTschak||context
    And even when it's "working", it isn't. See this gem: https://github.com/orgs/community/discussions/142308
  65. 65. m3nu||context
    Releases aren't being published for me.
  66. 66. cdrnsf||context
    It's a day ending in y so, yes, there's a GitHub outage.
  67. 67. recitedropper||context
    Hate GitHub being down, plus hate AI stealing your code? Join sourcehut--it has worked great for me, and I'd love to see it flourish as a platform.
  68. 68. pokstad||context
    How is sourcehut different? It’s just yet another centralized service.
  69. 69. Conscat||context
    At least it doesn't go down as often, I guess. I think most users do want a centralized forge that gives them discoverability and star graphs.
  70. 70. arielcostas||context
    > It’s just yet another centralized service

    Yeah, collaboration usually requires some sort of centralisation. Whether that is the LKML+git.kernel.org, gitlab.gnome.org, salsa.debian.org or Sourcehut, or GitHub. At least Sourcehut isn't completely proprietary and shoving AI down your throat at every possible chance. The same can be said for Codeberg and almost any GitLab CE, Gitea or Forgejo instance

  71. 71. recitedropper||context
    If you need to self-host, self-host. Sourcehut is obviously not a replacement for that.

    But, if not: It is different because Drew DeVault is scathingly anti-AI, and has a history of sticking to strong opinions (for better or worse). Seems like the best bet for off-premise source control if you are concerned about AI scraping and downtime.

  72. 72. yrds96||context
    I like the experience of exploring new repositories so I switched everything to codeberg which is where most of the projects I'm interested with are
  73. 73. senko||context
    what are my options if I hate github being down but love AI stealing my code?
  74. 74. bakies||context
    I am once again here to say that my gitea has better uptime since I deployed it. It's way snappier too. Long live self-hosting. Diversify from the cloud, build your own!
  75. 75. tomxor||context
    Another happy self hosted Gitea user here for ~3 years now.

    Came from Gitlab which started pushing out basic users in 2022 with massive price hikes. I weighed Github as an option but was like "no I don't want to be dealing with this same problem in another 5 years" when some other rug pull or degradation happens with that service. So I'm feeling pretty validated for that decision these days.

    The speed improvement was massive (super low latency), and was worth the switch on it's own, but we also saved 90% in immediate cost... probably more in secondary effects from the git host just not being a pain point. The only long or unplanned downtime we've had was 2 hours in that whole 3 years where the tiny Linode VPS host had a total hardware failure and got migrated, which is a pretty damn good number of 9s for a simple easy to host single server solution. We also gained more durable and fast offsite backups (zfs) that Gitlab could never offer, but that's more of a custom self hosted thing not specific to Gitea.

  76. 76. dclowd9901||context
    What's your general increase of cost and maintenance overhead? How many devs and repos do you have?
  77. 77. Gabrielfair||context
    Its sad that we are reaching the point where a large swatch of he planet is affected by the same thing and we don't get much of an investigation
  78. 78. corvad||context
    I guess a full postmortem like any other company would be too much as they have outages each week, sometimes multiple times a week.
  79. 79. CptKriechstrom||context
    It feels like that every time I need to put in some evening hours to get things done, github knows and turns the chaos monkey up to eleven.
  80. 80. blurbleblurble||context
    Maybe that's why I couldn't filter my stars by language
  81. 81. corvad||context
    At this point it's a weekly occurrence...
  82. 82. loloquwowndueo||context
    All that reliability work must have paid off if it’s only happening weekly these days! lol
  83. 83. collabs||context
    I am on azure US east and I suspect this is an azure service issue.

    I don't trust Microsoft's status page. It might be "fine" over all but it definitely is not fine for me.

  84. 84. leonardoaraujo||context
    here we go ....
  85. 85. lukax||context
    It looks like migration to Azure is not going very well

    https://news.ycombinator.com/item?id=45517173

  86. 86. Arcuru||context
    Reminder to all OSS projects: it is extraordinarily easy to setup a simple CI job to keep your code in sync between multiple Forges. And getting email notifications from a second Forge is 0 extra effort.

    At least give people the option to start moving away from GitHub to contribute to your project. It will, ultimately, be better for the ecosystem.

  87. 87. kakwa_||context
    Syncing the code is the easy and trivial part and your CI job is only solving that. And in my opinion, it's not even that necessary for most projects.

    The difficult part is all what's around the code:

    * the tickets/PR (including the closed ones)

    * the links referencing the project

    * the CI setup

    * for large projects, the committers permission setup

    * if applicable, the push/commit/branch rules

    All that will be deeply annoying to migrate on a per project basis, or might get lost.

    But that's not even the worst on my opinion. Losing the go-to platform for finding software is (fediverse for software when?).

  88. 88. djyde||context
    Setting up own GitLab instance might be a good solution too.
  89. 89. rurban||context
    Syncing is trivial, the CI is the deal. GH actions are the best option still. Neither the FSF nor any other OSS lab didn't come up with a proper CI for us open source maintainers. The CI load also increased massively since.
  90. 90. dsagent||context
    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.

  91. 91. arcza||context
    Well... my gitlab.internal.corp.com is up. As it is every day. Takes about 1 hour every few months of maintenance work at most.
  92. 92. swiftcoder||context
    > Users are experiencing intermittent failures to view issues, pull requests, projects and Actions workflow runs

    "intermittent" is kind of underselling a failure on ~9/10 page loads

  93. 93. hx8||context
    My new projects do not use GitHub, and will not use GitHub as anything more than a mirror. Two nines of reliability isn't enough for devtools.

    GitHub is in a tight space right now. The pace of software development is increasing and they are in a load-bearing position. In addition, their GitHub Copilot license was a massive loss-leader both directly costing them money, and making the traffic problem even worse. Simply put, they aren't prioritizing scaling and reliability like they need to be in this current situation and instead are focusing on feature build outs that boil down to being Microsoft's AI Middleman Salesperson.

    Their position is hard, but they are potentially fumbling the ball in a big way. I for one don't trust them to not be down right before I want to do a production deploy.

  94. 94. erikbye||context
    Made my own github alternative ways back. Kind of like cgit on steroids. I only use github for free backup now.
  95. 95. MerrimanInd||context
    It's crazy that the systems the best designed for decentralization like git, email, and the internet itself wound up being the most centralized with single points of failure.
  96. 96. scottyah||context
    github was always a git anti-pattern chosen for convenience.
  97. 97. tracker1||context
    Been noticing this all day.. various workflows failing in weird ways.. strange UI issues... Literally holding off on our deployment for a day... bad enough it seems like I'm fixing a CI/CD breakage once a month or more.
  98. 98. footy||context
    evergreen post really. Github has done nothing in the last few years but get worse.
  99. 99. shevy-java||context
    Microsoft is making bad publicity lately. First GitHub, then the bad recent AI news (https://www.bloomberg.com/news/articles/2026-04-27/microsoft...). They are truly, slowly, becoming Microslop Incorporated.

    The Empire may fall ...

  100. 100. lrvick||context
    Every time Github goes down, a few more people move to ethical alternatives and reduce the FOSS community having a SPOF in Microsoft.

    https://sfconservancy.org/GiveUpGitHub/

  101. 101. tracker1||context
    While I appreciate the sentiment... there was something nice about the social aspects of many/most projects being on GitHub in terms of collaboration. I think there is starting to be a lot of friction for many reasons. I've been seeing more use of issues as spam, not to mention even more nefarious activities making rounds.
  102. 102. lrvick||context
    Corpos tend to be on Github, where community focused projects are very rapidly shifting to codeberg, which is fully open source and also has commit signing integration that actually works.
  103. 103. lioeters||context
    SPOF = Single Point of Failure
  104. 104. mcoliver||context
    This is bigger than github: https://downdetector.com
  105. 105. MerrimanInd||context
    Looks like Azure might be the common denominator.
  106. 106. TacticalCoder||context
    It's nearly as if anything touched by Microsoft was tending to be as buggy as Windows while getting as needlessly complex (and misused) as Excel.

    Can't wait for Microsoft to go the IBM way.

  107. 107. iLemming||context
    Wow, this taking unusually long to fix. I suppose the team trying to fix it hit the Claude session limits and now can't do anything until the end of the cooldown and the only person who knows how to fix it without AI is out for a surgery. When the entire generation of people who knew how to fix shit without using AI will retire, what happens then?
  108. 108. sasham||context
    We're barely starting to see AI's impact on infra - probably <1% of what's coming. Repo hosting as it is today won't scale - it needs to be rebuilt from the ground up, starting with basic architecture. And I don't think we should go back to self hosting and sharing patches over email...

    (FWIW https://diversion.dev is at 100% uptime. Different scale, obviously, but also we're not Microsoft.)

  109. 109. ragall||context
    I suggest testing your website with uBlock (and all its filter lists enabled). All I see is an almost empty page. Don't point to JS or CSS on third-party CDNs because due to the changes in cross-site sharing, neither Chrome nor Firefox will benefit from cacheing.
  110. 110. sasham||context
    Thanks for the tip! Just did, everything seems to work. Maybe Webflow had a glitch?
  111. 111. ex-aws-dude||context
    caching not cacheing
  112. 112. lawn||context
    Just today I finished migrated all my public and private repositories to Forgejo, with a push mirror to Codeberg for relevant public repos.

    It's unbeleivably snappy and fast. I can't recommend Forgejo enough.

  113. 113. yallpendantools||context
    Man, this SUCKS big time for me. Just a few months ago, $PARENT_CONGLOMERATE mandated all under its benevolent wing to migrate to GitHub for reasons of synergy and efficiency. So now it's my turn at $DAYJOB to be migrating us from our self-hosted Gitlab instance. I already have a few grievances...

    - IT policies around GH accounts make no sense. It's a long story but, in short, you can't use any of your pre-existing GH accounts whether personal or professional (as in, an account I made exclusively for $DAYJOB before The Synergy Mandate) and must create a new one aligned with IT conventions.

    - We don't monorepo hence we made extensive use of groups. There is no direct mapping for this concept in GitHub so we have to manually namespace projects.

    - And now of course GH's no-nines availability :(

    For my team, profit happens to be sensitive to our release dates---a day or two of delay can really make the difference if we'll make the month's projections or not. In another world, I would proactively mirror our profit-essential code but it's not worth the risk making a skunkworks guerilla effort. I'd like to think we can blame The Synergy Mandate in a few postmortems in the near future but of course I did not graduate yesterday, I know that's not gonna happen.

    Thoughts and prayers we keep hitting our profit projections and they don't axe our product for underperformance.

    (Writing this down, I can really feel how this job has changed since I joined.)

  114. 114. fishgoesblub||context
    It's easier, and somehow more reliable to self-host a Gitea instance on consumer hardware than it is to rely on GitHub.
  115. 115. rvz||context
    I rest my (6 year) case. [0]

    [0] https://news.ycombinator.com/item?id=22868406

  116. 116. drusepth||context
    I can't help but wonder if GitHub (and similar code infra providers) are crumbling under 1000x or 10000x load from coding agents.
  117. 117. rurban||context
    It's a testbed for Azure since they started GitHub Actions. Since Azure is mismanaged and doomed https://news.ycombinator.com/item?id=47616242 such outages are normal. I think they hired cheap staff to manually fix overprovisioned boxes on demand. Microsoft Quality at work
  118. 118. valkdb||context
    Seems it was resolved in less than an hour
  119. 119. aloneguid||context
    Why not use Claude to fix it.