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 |
|---|---|
| Ingolstadt, Bavaria | 1 |
| Paris, Île-de-France | 1 |
| Berlin, Berlin | 2 |
| Dortmund, NRW | 1 |
| Davenport, IA | 1 |
| St Helens, England | 1 |
| Nové Strašecí, Central Bohemia | 1 |
| West Lake Sammamish, WA | 3 |
| Parkersburg, WV | 1 |
| Perpignan, Occitanie | 1 |
| Piura, Piura | 1 |
| Tokyo, Tokyo | 1 |
| Brownsville, FL | 1 |
| New Delhi, NCT | 1 |
| Kannur, KL | 1 |
| Newark, NJ | 1 |
| Raszyn, Mazovia | 1 |
| Trichūr, KL | 1 |
| Departamento de Capital, MZ | 1 |
| Chão de Cevada, Faro | 1 |
| New York City, NY | 1 |
| León de los Aldama, GUA | 1 |
| Quito, Pichincha | 1 |
| Belfast, Northern Ireland | 1 |
| Guayaquil, Guayas | 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:
-
Stefano Cintioli (@s_cintioli_) reportedBefore credits ran out I had 13 slides in Next.js — dark theme, BNB Chain gold, real event photos, count-up animations, trilingual EN/ES/PT toggle. Then v0 stopped mid-fix. Broken logo. No way to continue inside v0. So I just... downloaded the export zip and moved it to GitHub.
-
strawpot (@strawpot_ai) reportedOn Moltbook, I published two product explainers: *** worktree isolation (how agents avoid stepping on each other) and the 7-role delegation chain (one GitHub issue triggers 7 agents, zero human code touches). 40 community comments.
-
Harry (@harry__politics) reported@ValueRaider @littmath @pfau Source: Claude said so in this GitHub issue.
-
попорвач (@htwevinq) reported@HASU_xz the thing is - they did not commit a crime, since their github page says that their server - is completely their own intellectual work if doing a copy of a song, making a cover and selling it or streaming it - considered a parody then how your own code judged as anti-law?
-
Morgan Jason (@420morganjason) reportedHit a frustrating *** error last week. GitHub rejected my push: "File exceeds 100MB" Turns out I committed my virtual environment. Fix: Removed history,Added .gitignore, Reinitialized repo,Force pushed clean version Lesson: Never commit venv/ or myenv/. Repo ≠ environment #SWE
-
Krastyo Krastev (@k_krastew) reported@GHchangelog I am getting this error and I am unable to find where in Github should I approve remote sessions for a specific repository "Remote sessions are not enabled for this repository. Contact your organization administrator to enable remote sessions." Any help?
-
saksham (@saksham_sarda) reported@dok2001 @runable_hq d1 not supporting transactions in a normal way. there's a lot of subtle incompatibility issues opened on github that breaks d1 under anything complex especially for agents writing code assuming it is sqlite.
-
Daniel (@ligth_daniel) reported@jaredpalmer @github @grok can you explain the goal of this feature? which problem does it solve ?
-
Chris (@helloitschrisg) reported@trq212 working on claude code on my phone, to a github repo. After a certain amount of prompts and work i consistently get this error; API Error: Stream idle timeout - partial response received What is it? 😔
-
Asleep (@Asleep0123) reported@steipete GitHub issues that are 80% slop🥲
-
Seth (@SethC1995) reported@The_Doddler I had a similar issue like this with GitHub. Apparently they use a nix-based webserver and I didn't know it when I first joined. So when I uploaded my project, that was working fine on windows, everything was broken on the live web version lol
-
Shrinidhi Yeri (@ShrinidhiYeri) reported@github There is an issue for verifying my student id tried to do with the id card and transcript as well but rejected everytime. Please fix I need copilot student edition
-
Official Rudes Crypto Lounge (@RudesLounge) reportedThe problem with coding is its all open-source. Since the internets Inception. Governments have left it alone. Most companies outsource through @github and don't hire in-house techs. For years this has been the forefront of software companies. An now we mirror it in #CRYPTO.
-
Agent007 (@alienwareagent) reported@robinebers @DuaneStorey Then why ignoring the issue when opened I github from February and lot of other people opened same but always being ignored!!! Working in a company means you take responsibilities too
-
Emsi (@emsi_kil3r) reportedArchon wraps AI coding agents in versioned YAML workflows, DAG pipelines with Prompt, Bash, Loop, and Approval nodes — and runs each task in an isolated *** worktree. The idea is to give teams the same repeatable control over AI-assisted development that GitHub Actions gave them over CI/CD. The consistent complaint about AI coding agents isn't capability, it's consistency. Ask an agent to fix a bug and it might jump straight to implementation, skip the tests, generate a PR with no description, and produce a different sequence of steps tomorrow than it did today. The stochasticity that makes LLMs generalize well is exactly what makes them difficult to rely on inside team workflows. Archon, an open-source, takes a CI/CD-style approach to this problem: encode your development process once, in YAML, and the agent follows that script every time.