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
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 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
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:

  • 0thernes_ai
    이상범 (@0thernes_ai) reported

    @TTrimoreau 99.9999% will never be competition or stick with it or handle github tickets or issues or market trends...etcetc

  • sosidudku
    nadya (@sosidudku) reported

    ran Hermes Agent vs OpenClaw on local model Qwen 3.6 35B task: scrape GitHub star history, find what caused the growth spikes, build a live dashboard in the browser OpenClaw: 203k tokens, 12m 01s — wrote a bash script Hermes: 257k tokens, 33m 01s — wrote a SKILL.md OpenClaw: hit GitHub API, got truncated responses, paginated through contributors, pulled star-history JSON, found a security incident in OpenClaw's history, fetched SVGs, fixed broken HTML from trimming, rewrote it clean. Hermes: parallel tool calls across GitHub API, web search, and browser. Hit Google rate limit, auto-switched to DuckDuckGo. Fetched article contents, mapped viral moments, then built the dashboard. Both shipped a live dashboard with star growth charts and spike annotations.

  • M1ndPrison
    Mind Prison (@M1ndPrison) reported

    @GlenBradley Yes, I have gone deep into it in the past as well. Haven't had time to look at the current update, but the problem has been that the code on github is mostly irrelevant. The important bits are all the parts that aren't public. There is no way to no how the ML algo is ultimately weighting all the parameters. Most importantly, I've catalogued many accounts posting exactly the same content with orders of magnitude differences in reach. The thing that would make this platform useable would be to fully eliminate all account based weighting and go to solely post based weighting. The reach of your post should be only on the merits of what you posted versus who you are.

  • ybouane
    Yassine Bouanane (@ybouane) reported

    @GMMeyer @theo @r_marked To be honest nowadays SLAs don’t mean much anymore, every month or so, there’s a massive outage, services like github go down, npm gets hacked, a datacenter gets bombed, a whole region goes down… I feel like SLAs were oversold… cloud didn’t solve the problem of outages, we have to live with that. Massive platforms like X, or IG go down some times, it happens, it’s not the end of the world most users understand it.

  • dzikyDonnyMaps
    Dziky💪🏿 (@dzikyDonnyMaps) reported

    @github You level up by contributing. Fix a typo, add an example, open that first PR. Perfect message for beginners. Just ship it 👊

  • daveberkeleyuk
    Dave Berkeley 💙😷 (@daveberkeleyuk) reported

    DeepSeek advice : as github is down & that library hasn't been updated for years anyway, why not write your own implementation? While you're waiting for github to return. I like the way deepseek talks.

  • AfzalBuilds
    Muhammad Afzal (@AfzalBuilds) reported

    Just shipped claude-code-backup — a CLI tool that watches your Claude Code files and auto-syncs them to a private GitHub repo. Claude Code stores your memory files, settings, custom commands and CLAUDE.md files locally. Anthropic doesn't sync any of it. New machine or accidental rm -rf ~/.claude = start over from scratch. This fixes that. ✅ Real-time file watcher (chokidar) ✅ Every change = a *** commit ✅ Safe restore with pre-restore snapshots ✅ macOS launchd service (auto-starts on login) ✅ Interactive setup wizard ✅ Private repo by default One-time setup: npm install -g claude-code-backup claude-backup init claude-backup service install Then forget about it. It runs silently in the background forever. #ClaudeCode #DevTools #OpenSource

  • TheLucyShow1
    Lucy (@TheLucyShow1) reported

    FYI: GitHub is a platform where people store, manage, and collaborate on code and software projects. It’s built around a system called ***, which tracks changes to files over time. Think of it like: Google Docs for programmers — multiple people can work on the same project together. A backup system — every version of the code is saved. A portfolio site — developers show off projects there. A collaboration hub — companies and open-source communities build software together. Here are the core ideas: Repositories (“Repos”) A repo is basically a project folder stored on GitHub. It can contain: Code Images Documentation Websites Apps Games Example: A developer making a weather app would keep all the app files in one repo. *** *** is the version-control system underneath GitHub. It tracks: who changed something what changed when it changed how to undo mistakes So if someone breaks the code, you can roll back to an earlier version. Commits A commit is like a saved checkpoint. Example: “Added login screen” “Fixed typo” “Updated homepage colors” Each commit creates a history trail. Branches Branches let people experiment without breaking the main project. Example: Main branch = stable version New branch = testing a new feature If it works, the changes get merged in. Pull Requests A pull request is basically: “Hey, I made changes — can you review and approve them?” Teams use these to discuss and review code before adding it to the main project. Open Source GitHub is huge for open-source software. That means anyone can: view the code contribute improvements report bugs learn from real projects Projects like: Linux Foundation’s Linux ecosystem Mozilla Firefox Microsoft VS Code all use GitHub heavily. Why People Use It Software development Team collaboration Backup/version history Learning programming Sharing projects publicly Building websites/apps Managing documentation Simple Analogy Imagine writing a book with friends: GitHub stores the book *** tracks every edit Branches let you try alternate chapters Pull requests ask others to review changes Commits are saved drafts That’s essentially how software teams build programs together.

  • NostaIgicGareth
    nostalgicgareth (space/acc) (@NostaIgicGareth) reported

    Dev’s GitHub is giving issues to claim @0xblockXBT send your wallet address I’ll redev it quick - sorry to the others who bought this CA, we tried our best, PumpFun issue…

  • 0x_Melisso
    Mel (@0x_Melisso) reported

    Your AI voice stack is billing you every single minute. There's an open source alternative that doesn't. It's called Dograh. 1,516 GitHub stars. 344 forks. Built by YC alumni and exit founders. Vapi: $0.05/min. Retell: $0.07/min. A 10-person sales team running 8 hours of calls a day? $14,400/year on Vapi. $20,160/year on Retell.Dograh: $0. Forever.Drag-and-drop workflow builder. No code. Bring your own LLM, STT, and TTS. Inbound and outbound calling. WebRTC and VoIP. One Docker command. Running in under 60 seconds. Built on Pipecat and FastAPI. Next.js frontend. Your data never leaves your server. Vapi and Retell are SaaS only. Proprietary. Closed code. Dograh lives on your machine. No per-minute meter. No vendor lock-in. No black box. BSD-2-Clause licensed. 100% open source.

  • shubh19
    Shubh Jain (@shubh19) reported

    @devXritesh now it’s mostly docs, blogs, github issues, and AI explanations instead of full books

  • viewmp3
    sooms ‎🐻 (@viewmp3) reported

    fun side effect of my job opening up claude code/cowork to everyone is now we have nonengs submitting prs while not having access to github/their created pr. one guy was literally like "hey I can see tht the autoreviewer left comments, but I can't see them can someone fix"

  • PDave95
    AllOrNuthin 💀 (@PDave95) reported

    @AgentOS_Inc @AlexandraLiam3 github link is broken

  • JBRusselll
    JB Russell (@JBRusselll) reported

    Is there any other GitHub repo that fixes this issue?

  • BluthCapital
    Oh Come On! (@BluthCapital) reported

    Market thought AI was a threat to $GOOG Yet “automated productivity” and layoffs is an existential risk to $MSFT Copilot is a “Me three”, GitHub was zeroed via IP theft, LinkedIn during a hiring recession is a problem.

Check Current Status