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
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:
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 |
|---|---|
| Inverness, Scotland | 1 |
| Quito, Pichincha | 2 |
| Junín, Manabí | 1 |
| Guadalajara, JAL | 1 |
| Paris, Île-de-France | 6 |
| São Paulo, SP | 1 |
| Ipauçu, SP | 1 |
| Vigo, Galicia | 1 |
| Tel Aviv, Tel Aviv | 1 |
| Éragny, Île-de-France | 1 |
| Saltillo, COA | 2 |
| Montlhéry, Île-de-France | 1 |
| Aulnay-sous-Bois, Île-de-France | 1 |
| Granada, Andalusia | 1 |
| Vernon, Normandy | 1 |
| Township of Evan, KS | 1 |
| Madrid, Madrid | 1 |
| Bogotá, Bogota D.C. | 1 |
| Lyon, Auvergne-Rhône-Alpes | 1 |
| 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 |
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:
-
Tanner (@theTechTanner) reported@PremiumGoblin Cursor is what I started using this week, didn't even know it had cloud vms... was brainstorming on mobile and it deployed code to the cloud... I heard grok bot scales better, might have to try it. I've used GitHub Copilot since it came out... To use a cloud agent you can open issues in the GitHub app and assign them to Copilot. It was decent on the go, but I think its behind in capabilities and integrations
-
Valentyn Kit 🦀 | Rust · Solana (@valentynkit) reported@tsoding the reliable part of github is that it goes down predictably enough to farm content off it
-
अन्जित कँडेल 🕉️ 🇳🇵 (@MurkhManusya) reported@rodydavis and sometimes it just gives half or unfinished code(stating it has completed), which results in build errors have to confirm using another model in github copilot🥲
-
name (@Ihateblultimate) reported@Rinnegatamante Opened an issue on GitHub🫡 Hope it can help solve the crashing issues
-
Maxim (@maosi100) reported@_lhermann Microsoft is the worst. The most issues we‘ve had in development came from supporting Windows. Bonus: failed GitHub runners that magically succeed when simply restarting
-
Julian Goldie SEO (@JulianGoldieSEO) reportedCURSOR JUST BUILT A GITHUB ALTERNATIVE INSIDE THE EDITOR. And the timing could not have been better: GitHub went down for around 6.5 hours the same day Origin launched. What Cursor Origin actually does: → Hosts repos directly inside Cursor → Adds pull requests + a full code browser → Keeps two-way sync with GitHub → Lets Cursor agents read code, make changes, update PRs, and push new versions The clever part: ✓ GitHub can stay your source of truth ✓ Changes in Cursor sync back to GitHub ✓ GitHub reviews can appear inside Cursor within seconds ✓ Vercel can generate live previews for proposed changes ✓ Depot or Buildkite can run your existing checks The mistake is thinking you need to choose Cursor OR GitHub. You don’t. The smarter setup is GitHub + Origin together: Keep your existing repo. Sync it into Cursor. Put the AI agent next to the code. Test everything before moving anything. Origin isn’t replacing GitHub overnight. It’s making the gap between “write code with AI” and “manage code” much smaller.
-
Shuo Yang (@Andy_ShuoYang) reported@Daiiors @MaxForAI Can you post an issue in github repo? We can fix that
-
Tim (@timneutkens) reported@subproject_22 Just not true at all. GitHub issue was reported on Aug 14 at 12:17 GitHub issue was fixed by our team Aug 14 at 16:52. You can see in the PR description it only affects pnpm combined with output: 'standalone'. Issue has 16 👍, 1 comment, 9 mentions. We prioritized fixing it, backported it, and shipped a new release. There were other changes that needed to be backported too for other issues, which is why it wasn't released yet until today.
-
Sean Robbins (@seanrobbins_) reportedThis guys got 100k GitHub stars and < 1k @X followers. Let’s fix this. Give Brussee his due
-
Kahris (@chrissotraidis) reported@JohnSmithwjcs You don’t need BearBirdPad’s Documents folder to load the ROM. Put your supported ROM in Downloads or iCloud Drive, launch BearBirdPad, then tap Load ROM to open the Files picker. If Load ROM literally does nothing, please tell me your device, OS version, exact signing/install method, whether Controls and Settings respond, and send a short screen recording via Issues in Github.
-
Jesse Nickles (@jessuppi) reportedUpdate #2: Nope, ChatGPT "Chat" still sucks big time after these latest updates. Seems the new "Work" mode is the only way to get any serious work done, regardless of whether on GitHub or otherwise... they have stripped down the "Chat" mode to be extremely retarded now.
-
Adam Gold (@AdamGolds) reportedwhen i was doing vulnerability research, "reward hacking" would've just been called what it is: privilege escalation. an RL agent training in a sandbox with bash access and real tool permissions will find shortcuts. that's literally what you're training it to do, optimize the reward signal. but when the environment has real network egress, real filesystems, and real credentials, those shortcuts become actual exploits. and a standard sandbox isn't enough on its own. look at the recent @OpenAI RL run: an eval agent escaped its sandbox via a zero-day and hit @huggingface production infra. i've seen this in benchmarks too. agents curling answers from github instead of solving the problem, or modifying their own test harness to fake a pass. the research community calls it reward hacking. anyone who's worked in appsec calls it exploiting insufficient access controls. the fix looks like traditional security engineering: least privilege, strict network policies, read-only mounts, egress filtering, and hardened environments. the difference is your attacker is the model you're training, and it gets better at finding gaps every generation. if you give autonomous agents tool access without deep sandboxing and strict access controls, you don't have an alignment problem. you have a security problem.
-
John Zabroski (@johnzabroski) reported@madskristensen @KarenPayneMVP short lifespan of usefulness. In 5 years nobody will know why this feature even exists. How about instead fix how bad GitHub Copilot is in VS 2026 still? Like, this awful WPF UI that won't go away thanks to Microsoft architects forcing WPF as the flagship. Text just randomly
-
AI News (@ainewsusa) reportedThe numbers are brutal: 85% fewer open issues, powered by agentic AI inside GitHub Actions. Cloudflare paired Flue (their agent framework) with triagebot on Workers to auto-classify, reproduce, and even patch bugs. Human reviewers only see the final diff. That’s not automation—th
-
Fox (@0xMfox) reported@0x_sakata 1040 stars in a day and its just an mp4 exporter, github hype is broken