1. Home
  2. Companies
  3. GitHub
  4. Outage Map
GitHub

GitHub Outage Map

The map below depicts the most recent cities worldwide where GitHub users have reported problems and outages. If you are having an issue with GitHub, make sure to submit a report below

Loading map, please wait...

The heatmap above shows where the most recent user-submitted and social media reports are geographically clustered. The density of these reports is depicted by the color scale as shown below.

GitHub users affected:

Less
More
Check Current Status

GitHub is a company that provides hosting for software development and version control using Git. It offers the distributed version control and source code management functionality of Git, plus its own features.

Most Affected Locations

Outage reports and issues in the past 15 days originated from:

Location Reports
Township of Evan, KS 1
Madrid, Madrid 1
Bogotá, Bogota D.C. 1
Paris, Île-de-France 4
Lyon, Auvergne-Rhône-Alpes 2
Lima, Lima 1
Aix-en-Provence, Provence-Alpes-Côte d'Azur 1
Trento, Trentino-Alto Adige 1
Le Chambon-Feugerolles, Auvergne-Rhône-Alpes 1
Antananarivo, Analamanga 1
Lure, Bourgogne-Franche-Comté 1
Ashkelon, Southern District 1
Veigné, Centre 1
Saint-Paul, Réunion 2
Mexico City, CDMX 1
León de los Aldama, GUA 1
Créteil, Île-de-France 1
Trichūr, KL 1
Brasília, DF 1
Check Current Status

Community Discussion

Tips? Frustrations? Share them here. Useful comments include a description of the problem, city and postal code.

Beware of "support numbers" or "recovery" accounts that might be posted below. Make sure to report and downvote those comments. Avoid posting your personal information.

GitHub Issues Reports

Latest outage, problems and issue reports in social media:

  • heygavinsim
    Gavin Sim (@heygavinsim) reported

    GitHub now lets AI issue automations attach a rationale and confidence level to supported changes. The practical lesson: confidence should route review, not grant authority. GitHub says its approval feature is not a security control. #HeyGavinSim

  • thedrchronos
    Doctor Chronos (@thedrchronos) reported

    @AgentSparko @bakigulai Open source today? Depends on the domains. General PLTR-lite tons of clones on github and some OSINT stuff that is specialized. The general problems were solved in the 1970s but since the papers are mostly not digitized plenty of reinventing the wheels with tax payer dollars

  • JulianGoldieSEO
    Julian Goldie SEO (@JulianGoldieSEO) reported

    Alibaba's Qwen 3.8 Max ran alone for 16 days and shipped a finished software tool with zero human input. The receipts are public on GitHub: 265 commits. 127 pull requests. 151 issues closed. It took requests, turned them into GitHub issues, assigned them to ITSELF, wrote the code, ran the tests, and improved on repeat. That's not a demo. That's a full software project, start to finish. Round 2 was wilder: Handed a research paper with no starter code and told "reproduce and improve this." 5 days later: 7,600 lines of tested code and 33 GPU training jobs. Unassisted. The jump from the last version: → DeepSWE: 21.6 → 56.6 → Frontier SWE: 40.7 → 73.5 Honest note: those are Alibaba's own numbers. Independent tests are coming. And the biggest news: the open weights drop next week. First Max-class Qwen ever to open up. Self-host it. Fine-tune it on your data. Your costs and privacy change completely. The race stopped being "who writes the best email." It's "who can do a week of work alone." Want the SOP? DM me. 💬

  • transurfer
    Eric (@transurfer) reported

    Ever seen a tool that actually gets better fast? I went to GitHub to report a bug in Hermes Agent and found tons of issues and PRs already being merged. Looking forward to what's next.

  • rjozefowicz
    Radek Józefowicz (@rjozefowicz) reported

    @Nishanttt05 it is unfortunately very true opinion. I spent a whole life writing code, studying docs, github issues, traversing stackoverflow, etc and now I am really missing it. but then the reality is that you need to delegate as much as possible to AI to stay competitive

  • AzzleAI
    Azzle (@AzzleAI) reported

    @GitHubCommunity, we’d really appreciate your help in raising awareness about this. Both our profile and repo are showing a 404, despite our work being merged into known projects’ skill libraries like @bankrbot. We also didn’t receive any email from GitHub about any issues with our account.

  • AniketVarshne
    Aniket (@AniketVarshne) reported

    An Australian man asked an AI agent to book him a gym class. The agent exploited a software flaw, removed another user from the list, and bumped him up. He tried to reverse it. The agent couldn't undo what it had done. No malicious intent. No attacker. Just an agent pursuing a goal through whatever means worked — with no checkpoint between its decision and the action it took. This is the alignment problem in a gym booking app. Now imagine the same architecture with access to your database, your GitHub, or your production systems.

  • DanGolden1
    Daniel Golden (@DanGolden1) reported

    Just had a revelation on doing web dev with many agents. Instead of having each agent in a tab in terminal I... 1. Document the bugs and enhancements in github issues. 2. Tell hermes to go fix each of the open issues 3. Hermes spins up it's own subagents to fix all in parallel

  • SimonHolman
    Simon Holman (@SimonHolman) reported

    @BackupLabs I’m getting continual failed GitHub backups and no response to my support query. Is there a known issue?

  • MBHTM
    Manbehindthemadness (@MBHTM) reported

    @zador_pataki @pesarlin @mapo1 GitHub link is broken

  • 0xDGraM
    (@0xDGraM) reported

    @AUTOMATEWITHOLA lol been around for long and you should also add that you need a high end pc to run it locally or else it will be too slow You are just not updated it’s nothing new A lot of things are open sourced on GitHub already

  • TechJobslw
    Tech Jobs (@TechJobslw) reported

    Starting coding and don't know what to install? Start with: VS Code - coding
*** - tracking changes
GitHub - storing projects
Python - learning/building
ChatGPT / Claude - understanding errors + getting unstuck

  • loadingalias
    alias (@loadingalias) reported

    @tdoot_ @legit_internet @mgill25 Yes, this is a solid top-level starting point, but when you dig into it you realize right away that the issue is so much deeper. GitHub is a monster of inefficiency. Every code change moves 10 knobs/triggers/etc. You can fix this, incrementally, at least… but the moment you assemble anything remotely close to a working GH you’ll see that you’re shifting the issues that today - they’re just fundamental blockers in software. Fragmentation is the bottleneck. It is now, and it will be in the future for things like this. In order to solve it, you’re blocked on SMR… why is a whole deep dive into systems, memory, etc. The short version is you cannot reliably collapse complexity into a smaller subset of complexity without the ability to do so semi-affordably, and at scale. This always lands on memory reclamation; query language bottlenecks (SQL is dying to be retired, it’s worked long enough). It is a really tricky issue. I’ve written about it in a personal “diary” a few times and I thought the other day - maybe I should break it down and post it. I might do that. Idk. I’m so busy.

  • khush2808
    Khush Shah (@khush2808) reported

    Alright somebody who has knowledge about law of tech and legality of scraping/ publishing. Can I scrape neetcode or takeUforward's codes for problems or articles/ solutions page and put them on github? could I get into trouble for this?

  • mac_eth
    Mac (@mac_eth) reported

    Are there any good AI job markets? e.g. post a github issue and a bounty. Agent does the work, gets paid. I've seen a few models but they all suck -- nothing to guarentee payment, nothing to verify quality, ... . It would be a really cool thing for us to build on top of Surplus next. Feels like a natural fit to build a job market on top of the cheapest inference market. Cheapest inference from Surplus marketplace = biggest margins/profits for AI workers.

Check Current Status