GitHub, a massive repository for open source software, is currently unavailable.

“All GitHub services are experiencing significant disruptions,” reads the GitHub status page.

The outage started just after 4:00 pm Pacific time when GitHub noted “We are investigating reports of degraded availability for Actions, Pages and Pull Requests.” Since then, the problem has escalated to the entire website, with the status page noting that GitHub suspects the issue is “a database infrastructure related change that we are working on rolling back.”

At 4:45 pm PST, GitHub noted that it was rolling back the changes it believed caused the current issues and already “seeing improvements in service health.”

It’s a rare outage for GitHub, which is used by millions of developers to host the code for open source projects. Microsoft purchased GitHub for $7.5 billion in 2018, and it’s only grown in prominence in the six years since.

  • SuperFola@programming.dev
    link
    fedilink
    English
    arrow-up
    20
    arrow-down
    2
    ·
    27 days ago

    People always make it such a huge deal but that has been pretty normal, since Microsoft owns GitHub we have had a t least 2 if not 4 outages per month.

    • tyler@programming.dev
      link
      fedilink
      arrow-up
      4
      arrow-down
      1
      ·
      27 days ago

      Yeah it’s nuts. GH used to be the most stable service I used. Bought by MS and it’s now down many many times a month. We have outage alerts for it in a slack channel and it’s literally down multiple times a week in different areas. Of course they’re not complete outages, but we are such a big company every outage affects at least one team.

    • thingsiplay@beehaw.orgOP
      link
      fedilink
      arrow-up
      9
      arrow-down
      1
      ·
      27 days ago

      Not at this scale. The usual outage usually breaks certain parts of Github, but not everything at once. This time, Github broke completely, not even the homepage was working for a while. This is definitely not the usual outage we know and love.

  • onlinepersona@programming.dev
    link
    fedilink
    arrow-up
    6
    arrow-down
    3
    ·
    27 days ago

    We need federation… Gitlab ain’t gonna do it, ForgeJo doesn’t seem to have enough people to work on it (programming language is Go, so any takers?), and the only federated / distributed alternative that’s really there seems to be radicle.

    Radicle is nice, but very limited at the moment. Discovering other repos isn’t easy (no search), the issue pages are quite plain, but at least everything is stored in git.

    Anti Commercial-AI license

    • BB_C@programming.dev
      link
      fedilink
      arrow-up
      7
      ·
      27 days ago

      Federation is irrelevant. Matrix is federated, yet most communities and users would lose communication if matrix.org got offline.

      With, transport-only distributablity, which i think is what radicale offers, availability would depend on the peers. That means probably less availability than a big service host.

      Distributed transport and storage would fix this. a la something like Tahoe-LAFS or (old) Freenet/Hyphanet. And no, IPFS is not an option because it’s generally a meme, and is pull-based, and have availability/longevity problems with metadata alone. iroh claims to be less of a meme, but I don’t know if they fixed any of the big design (or rather lack of design) problems.

      At the end of the day, people can live with GitHub/GitLab/… going down for a few minutes every other week, or 1-2 hours every other month, as the benefits outweigh the occasional inconvenience by a big margin.

      And git itself is distributed anyway. So it’s not like anyone was cut from committing work locally or pushing commits to a mirror.

      I guess waiting on CI runs would be the most relevant inconvenience. But that’s not a distributable part of any service/implementation that exists, or can exist without being quickly gravely abused.

  • rhabarba@feddit.org
    link
    fedilink
    arrow-up
    12
    arrow-down
    54
    ·
    28 days ago

    But Git is so great because it is so decentralised. Everyone says that. I should use Git, they say, because Git still works offline and it’s so decentralised. And doesn’t depend on centralised servers like ‘the evil SVN’. Then that shouldn’t be a problem for anyone ;-)

      • rhabarba@feddit.org
        link
        fedilink
        arrow-up
        8
        arrow-down
        32
        ·
        28 days ago

        I know. and there are many other ways to host your code. The current GitHub outage shows that most Git users just can’t live without a commercial entity stewarding their code though.

        • MagicShel@programming.dev
          link
          fedilink
          arrow-up
          20
          arrow-down
          2
          ·
          28 days ago

          It’s a convenient way to work together remotely. I’m in the US and my partner for a project is in Portugal. GitHub isn’t the only solution, but it’s very convenient.

          • Baldur Nil@programming.dev
            link
            fedilink
            arrow-up
            14
            ·
            27 days ago

            Yeah, saying “most GitHub users can’t live without a commercial entity” is such a nonsense. GitHub is successful while it works well. The moment it doesn’t, there will be other services.

        • Kissaki@programming.dev
          link
          fedilink
          English
          arrow-up
          1
          arrow-down
          1
          ·
          27 days ago

          The current GitHub outage shows that most Git users just can’t live without a commercial entity stewarding their code though.

          I don’t see it. How does downtime show that?

    • dragonfly4933@lemmy.dbzer0.com
      link
      fedilink
      English
      arrow-up
      18
      ·
      27 days ago

      A ton of people using github barely understand the different between github and git and often think they are the same thing or that github and git are somewhat related more than they really are.

    • thingsiplay@beehaw.orgOP
      link
      fedilink
      arrow-up
      17
      arrow-down
      1
      ·
      28 days ago

      Git repos are still decentralized. It’s just Github was failing, the thing centralized and synced to. The point of Git being decentralized is, being able to take any of the Git repo copies of the current working developer, and host it on a Github alternative. Meaning the code and project did not get lost because of Github. It’s not that such an outage wouldn’t be a problem, it’s just such an outage is still a problem that can be solved and not a showstopper in the longrun.

      Even if Github suddenly cease to exist, out of nowhere, everyone who has a repo copy can setup such a server and work on it as nothing was happened (minus the Github features and hopefully nobody uses the Github app). I believe this is not the case with SVN. If the main repo gets corrupted or destroyed, then its an unsolvable problem. Unless you have a backup. And on Git everyone working on the project has basically a backup.

      In short, Git itself works offline. But if you are dependent on Github and its features and applications, then it becomes a problem. So I don’t know why SVN is mentioned as the savior here.

      • rhabarba@feddit.org
        link
        fedilink
        arrow-up
        2
        ·
        27 days ago

        SVN has become notably better over the past few years, but let me clarify that my comment was not meant as a reason to use SVN.

    • FizzyOrange@programming.dev
      link
      fedilink
      arrow-up
      14
      ·
      27 days ago

      Yes. The fact that git is decentralised means you can still carry on working and making commits while GitHub is down. With SVN your basically have to down tools.

    • Iapar@feddit.org
      link
      fedilink
      arrow-up
      12
      ·
      27 days ago

      What is your point? All the things you say are true but the tone seems to indicate sarcasm?

        • Iapar@feddit.org
          link
          fedilink
          arrow-up
          7
          ·
          27 days ago

          That isn’t the fault of git but of people who still haven’t learned that you don’t put all your important eggs in one basket.

      • rhabarba@feddit.org
        link
        fedilink
        English
        arrow-up
        6
        arrow-down
        13
        ·
        28 days ago

        I realise that this is theoretically possible. But I don’t have a problem that I need to solve right now. Others, on the other hand, seem only too happy to make themselves dependent on monopolistic corporations.

    • Scary le Poo@beehaw.org
      link
      fedilink
      arrow-up
      11
      arrow-down
      1
      ·
      27 days ago

      SVN is trash and the people who advocate for it over git are probably pretty crappy developers.

      Reason being, if they have trouble understanding git, I have little faith in their ability to create competent code.

    • katy ✨@lemmy.blahaj.zone
      link
      fedilink
      arrow-up
      7
      ·
      27 days ago

      the biggest problem isn’t that people use github for code hosting; it’s that they also rely on github for hosting releases.