GitHub is having issues now

(githubstatus.com)

211 points | by SenHeng 2 hours ago

41 comments

  • pier25 1 hour ago
    Github has been having issues since the Microsoft acquisition.

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

    • fishtoaster 52 minutes ago
      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.

      • shevy-java 24 minutes ago
        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.
    • danny_codes 5 minutes ago
      Microslop!

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

    • 2ndorderthought 1 hour ago
      That's damning. I wonder what it will look like over the next 13 months as more and more code is written by ai
      • corvad 54 minutes ago
        Too bad Copilot's having issues and as such it will take longer for recovery.
      • dclowd9901 59 minutes ago
        I kind of had assumed that had already begun impacting downtime, though I guess it would be good to get some confirmation.
    • surgical_fire 6 minutes ago
      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.

    • badeeya 1 hour ago
      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"
      • hx8 1 hour ago
        We cannot blame December 2019 uptime on covid-19.
    • wldcordeiro 1 hour ago
      Seems like every week or so there's status issues. Often at what feels like the start of the week too.
    • rvz 52 minutes ago
      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

    • rrr_oh_man 1 hour ago
      Wtf. Why is that?
  • cromka 1 hour ago
    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.
    • dclowd9901 58 minutes ago
      Or last week's "If you use merge queue, oopsie, we accidentally destroyed your trunk", which also failed silently.
      • scottbez1 20 minutes ago
        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?
      • elischleifer 39 minutes ago
        We happen to build the perfect solution to avoiding GitHubs Merge Queue - ours :)

        It’s also massively more performant

        https://trunk.io/merge-queue

    • techterrier 1 hour ago
      speak for yourself, we are celebrating having completed all our PR's for a change :D
    • enraged_camel 10 minutes ago
      Even when it does show the PR list, it doest necessarily show all the PRs in the category being viewed. Truly nasty issue.
  • iLemming 7 minutes ago
    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?
  • Arcuru 1 hour ago
    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.

    • kakwa_ 34 minutes ago
      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?).

  • mcoliver 15 minutes ago
    This is bigger than github: https://downdetector.com
  • agartner 1 hour ago
    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.
    • rhdunn 56 minutes ago
      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.

      • dijit 36 minutes ago
        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.

    • homebrewer 1 hour ago
      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.
      • MiracleRabbit 1 hour ago
        Gitea Upgrading.. replacing binary, restarting. I love it.

        Same for Forgejo.

    • 1970-01-01 30 minutes ago
      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.
    • cyclopeanutopia 1 hour ago
      I'm now self-hosting Git and CI with Forgejo, works like a charm. ;)
  • vlugorilla 1 hour ago
  • cdrnsf 1 hour ago
    It's a day ending in y so, yes, there's a GitHub outage.
  • recitedropper 1 hour ago
    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.
    • yrds96 35 minutes ago
      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
    • pokstad 59 minutes ago
      How is sourcehut different? It’s just yet another centralized service.
      • recitedropper 49 minutes ago
        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.

      • arielcostas 52 minutes ago
        > 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

      • Conscat 53 minutes ago
        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.
  • tracker1 41 minutes ago
    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.
  • lrvick 24 minutes ago
    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/

  • dsagent 1 hour ago
    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.

  • swiftcoder 54 minutes ago
    > 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

  • mrshu 1 hour ago
    Their uptime for just Git operations has been hit pretty hard in the past 90 days:

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

    • winfredJa 1 hour ago
      why is this green for today, even though the offical page shows error.
      • JamesCoyne 1 hour ago
        Git ops seem fine. Anything search related is intermittent at best
  • Gabrielfair 1 hour ago
    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
    • corvad 1 hour ago
      I guess a full postmortem like any other company would be too much as they have outages each week, sometimes multiple times a week.
  • MerrimanInd 44 minutes ago
    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.
  • ttouch 1 hour ago
    we'll start posting only when gh is 100% up and it'll make it to the frontpage
  • erikbye 45 minutes ago
    Made my own github alternative ways back. Kind of like cgit on steroids. I only use github for free backup now.
  • footy 40 minutes ago
    evergreen post really. Github has done nothing in the last few years but get worse.
  • lukax 1 hour ago
    It looks like migration to Azure is not going very well

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

  • collabs 1 hour ago
    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.

  • arcza 57 minutes ago
    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.
  • bakies 1 hour ago
    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!
    • tomxor 1 hour ago
      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.

    • dclowd9901 55 minutes ago
      What's your general increase of cost and maintenance overhead? How many devs and repos do you have?
  • CptKriechstrom 1 hour ago
    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.
  • m3nu 1 hour ago
    Releases aren't being published for me.
  • hx8 50 minutes ago
    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.

  • blurbleblurble 1 hour ago
    Maybe that's why I couldn't filter my stars by language
  • SenHeng 2 hours ago
    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’.
    • swiftcoder 56 minutes ago
      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
  • corvad 1 hour ago
    At this point it's a weekly occurrence...
    • loloquwowndueo 1 hour ago
      All that reliability work must have paid off if it’s only happening weekly these days! lol
  • shevy-java 25 minutes ago
    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 ...

  • m_a_t_t_8_6 1 hour ago
    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.
  • rvz 1 hour ago
    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

  • erdaniels 57 minutes ago
    It's now safe to say just don't use GitHub. There are other free hosted and self hosted solutions. The less we use this crap product, the less front page noise we'll get =)
  • leonardoaraujo 1 hour ago
    here we go ....
  • Lapalux 1 hour ago
    What a joke
  • esafak 1 hour ago
    The /repos end point is failing for me too, blocking my main CI pipeline. I'm so sick of this.
  • throwaway613746 1 hour ago
    [dead]