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 |
|---|---|
| Itapema, SC | 1 |
| Cleveland, TN | 1 |
| Tlalpan, CDMX | 1 |
| Quilmes, BA | 1 |
| Bengaluru, KA | 1 |
| Yokohama, Kanagawa | 1 |
| Gustavo Adolfo Madero, CDMX | 1 |
| Nice, Provence-Alpes-Côte d'Azur | 1 |
| Brasília, DF | 1 |
| Montataire, Hauts-de-France | 3 |
| Colima, COL | 1 |
| Poblete, Castille-La Mancha | 1 |
| Ronda, Andalusia | 1 |
| Hernani, Basque Country | 1 |
| Tortosa, Catalonia | 1 |
| Culiacán, SIN | 1 |
| Haarlem, nh | 1 |
| Villemomble, Île-de-France | 1 |
| Bordeaux, Nouvelle-Aquitaine | 1 |
| Ingolstadt, Bavaria | 1 |
| Paris, Île-de-France | 1 |
| Berlin, Berlin | 1 |
| Dortmund, NRW | 1 |
| Davenport, IA | 1 |
| St Helens, England | 1 |
| Nové Strašecí, Central Bohemia | 1 |
| West Lake Sammamish, WA | 2 |
| Parkersburg, WV | 1 |
| Perpignan, Occitanie | 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:
-
VictorHoncharuk (@VictorHoncharuk) reported@JesusMartinez User ↓ AI agent ↓ Router ↓ LLM Provider ↓ Custom Tool ↓ Database/API you dont want all this stages (what is not Antropic or Openai but can be "custom opensource somebody from github") have your API, credit card number, wallet adress, seeds, google login tokens etc
-
Aries Spring (@AriesSpring__) reported@nicklaunches @launch_llama Github auth not working, when authing with x, it gets stuck in a loop of email verification -> sends you code on email -> you submit -> you get that prompt to verify email again -> repeat
-
vasin (@vasinwr) reportedcoding agents can do a better job than me in keeping the github issues updated / organised as I work. I never had the attention to keep updating it in detail. this is an example where I asked @TabTabTabAI to work on something end to end, in this case make sure bun is installed in the AMI. i told it to work in a new worktree, create PR, link it to the issue, and do full verification (create new AMI, provision new VM through local controlplane service, and smoke test the installation)
-
nixkristall (@nixkristall) reportedcan't remember the last time github wasn't broken.
-
Kyriakos (@Kyriakos_Pelek) reportedcursor workflow that saved me: code stays local → push to github → vercel deploys hetzner only runs docker (the heavy scanners) you drive remote docker from your laptop with a docker context over ssh never edit on the server
-
Alessio Persico (@alepbuilds) reported@Zenysi_ Happy to connect, current building a devtool for solving my own problem in searching validation around hackernews GitHub and more. What are currently working on?
-
Martin (@Unpopular_Tech) reportedMicrosoft owns GitHub, Microsoft built Copilot Microsoft has a $13 billion investment in OpenAI and their engineers still went looking for something else if your own people won't use your product that's not a cost problem, that's a verdict
-
Lidvark Windjammer (@DWindjammer) reported@engineers_feed most engineers working on multibranched github ecosystems aren't licensed and people get tossed for broken code all the time. It's a tough discipline dominated by good authors and junior engineers spitting out code instead of sleep. Vibe coding empowers seniors instead of juniors
-
Mihai Chirculescu (@m_chirculescu) reportedOpus 4.8 max effort is retarded: I asked it to open a PR on Github and it also created a Jira ticket (srly wtf). I love it - it means it hasn't been dumbed down even more for the sake of "internal" guardrails. I can put my own hard constraints in place, thank you.
-
cryptomaniac (@cryptomaniacLLC) reported@senamakel @github Download website not working
-
gaurav (@Itstheanurag) reported@venkateshdotdev Bro GitHub is down every week, everyone I know hates it. It's just there's no alternatives.
-
Brown Thunder (@Brown_Thunder76) reported@ElonGoneWild Interac rails are already in the GitHub, so I can only assume deposits get added as they continue expanding functionality outward. Probably more of a roadmap item than a capability issue.
-
Philipp Berner (@philippberner) reported@karrisaarinen @linear Looks slick as expected. The uncomfortable question is: How long are we going to do manual code review? Also I think you can think bigger in times when Github is struggling and just offer the whole thing! So much opportunity to bring issues, PRs and AI all together
-
Edgex (@SahilExec) reportedBackend Interview Problem: A developer accidentally pushed sensitive API keys to a public GitHub repo. They immediately run: *** rm .env *** commit -m "remove env file" *** push GitHub still shows the API keys when you look at the commit history. Why and what's the correct fix? A) *** rm only removes from working directory. Fix: use *** filter-branch or BFG Repo Cleaner to rewrite commit history entirely. B) GitHub caches commits for 24 hours. Fix: wait 24 hours and the history clears. C) The .env file is still in the staging area. Fix: run *** reset HEAD .env first. D) *** rm doesn't work on .env files. Fix: manually delete and recommit. What's the correct answer and what's the one thing you must do immediately regardless of the fix?
-
StopForumSpam (@StopForumSpam) reportedsorry about the minute downtime on the API... github actions pulled a dependency and I bollocksed up a deploy.... in the mean time the rollback is in place while I have a beer and think about how to fix this