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

  • A11anTa
    Allan Ta (@A11anTa) reported

    You wake up to deployed code you never wrote. Here's how to build that. The setup sounds like science fiction until you run it once. An AI agent that takes a GitHub issue, writes the code, runs tests, and pushes to production without touching your keyboard. By morning, your staging environment is live. The mechanism is simpler than most think. You need four moving pieces: 1. A webhook that triggers on issue creation. GitHub fires an event. Your server catches it. 2. Claude API (or your model of choice) connected to a code repository. The LLM reads the issue, your codebase structure, recent commits for context. It generates a feature branch name and implementation. 3. Automated testing. The AI writes code that fails tests it hasn't seen. You run a test suite against its output before anything touches main. This is the gate that prevents disasters. 4. A conditional deployment step. If tests pass and the diff is under a size threshold (I use 500 lines), it auto-commits to a staging branch. You review the morning after, merge to production, or reject it. The non-obvious part nobody mentions: the AI is terrible at context-specific business logic but exceptional at scaffolding, boilerplate, and API integrations. Frame your issues as scaffolding problems, not decision-making problems. "Add pagination to the user endpoint" works. "Decide whether we need caching" fails. I built this for a SaaS backend in October. Over 6 weeks, the agent wrote ~40 features. 34 required zero changes post-review. The other 6 had logic errors (mixing up user IDs in a JOIN, a regex that didn't catch edge cases). None shipped broken because the test suite caught them. The real win isn't sleeping. It's cognitive load. You spend 30 minutes writing crystal-clear issue descriptions, and the system handles the mechanical work. That's leverage. What breaks this: vague requirements, missing test coverage on your main branch, and trying to use it for architectural decisions. An AI can't decide if you need microservices. It can implement a new microservice if you describe the boundary. The deployment risk sits in false confidence. Your team sees merged PRs and assumes they're vetted. They're not.they're just tested. Code review still matters. I route all auto-deployed code through a human sign-off before it hits production, not staging. Catching narratives is literally everything in crypto and AI startups. The narrative here isn't "AI writes your code." It's "How do you stay competitive when shipping velocity 3x'd and you didn't hire three engineers." That's the angle worth selling internally.

  • rbright
    Ryan Bright (@rbright) reported

    Rather than just lamenting GitHub being down, what's the move these days? GitHub is entrenched with many third-party tools, but it's become so unreliable that it's starting not to matter. It's easily the weakest link in the development flow these days, so what's the move?

  • tangming2005
    Ming "Tommy" Tang (@tangming2005) reported

    3/ The README lies. You run the install command, dependencies fail. You chase error messages across GitHub issues from 2017.

  • IAmArcIvanov
    Arcadiy Ivanov (@IAmArcIvanov) reported

    @githubstatus @github Are you kidding me? $ *** pull error: RPC failed; HTTP 500 curl 22 The requested URL returned error: 500 fatal: expected 'acknowledgments'

  • FlorianCaesar
    Florian (@FlorianCaesar) reported

    @realamlug @saltyAom Do you even realize how incredibly disrespectful it is to reply to all of this with LLM slop? Same with GitHub issues. And again, half of this reply is slop garbage and incorrect. Incredible. I’m out.

  • _Incarnas_
    Incarnas (@_Incarnas_) reported

    Shipped an Obsidian plugin that syncs GitHub data into the vault. Smoke tested against real GitHub. Profile sync returning 404s on every repo. Paginated calls worked fine. Issues, PRs, releases, Dependabot alerts. All clean. Just the direct calls failing.

  • _Incarnas_
    Incarnas (@_Incarnas_) reported

    Shipped an Obsidian plugin that syncs GitHub data into the vault. Smoke tested against real GitHub. Profile sync returning 404s on every repo. Paginated calls worked fine. Issues, PRs, releases, Dependabot alerts. All clean. Just the direct calls failing.

  • TCult777
    Vácslav Turing (@TCult777) reported

    @neohk852 @peter_szilagyi yep. 30K+ views on Reddit & X just on my case, still nothing from Anthropic. GitHub is still full of issues. No replies on bunch of mails. apparently the only fix is if @bcherny personally DMs you as we can see in comments here. billion dollar company btw.

  • TheWhizzAI
    The Whizz AI (@TheWhizzAI) reported

    🚨BREAKING: OpenAI Assistants API costs money per token. Lang Smith is paid after free tier. Most LLM Ops platforms charge $99+/month. There is a free open-source alternative. 129,000+ stars on GitHub. It is called Dify. You build production AI apps from a visual dashboard. Chatbots. Agents. RAG pipelines. No ML degree required. What you get for $0: Visual workflow builder for AI agents Built-in RAG connect your own documents Prompt management + A/B testing Auto-generated API endpoint Deploy on your own server One engineer. One weekend. One production AI app. No vendor lock-in. Your data stays yours. Self-hosted. Free forever. 100% Open Source.

  • SakariaSoh88674
    Soham Sakaria (@SakariaSoh88674) reported

    @shresthkapoor7 Are you sure it's just github not working again?

  • WahResume
    WahResume (@WahResume) reported

    @d_carter99 @girdley Request denied on source code makes sense-companies lock that down tight in layoffs to stop data leaks. Grab any public GitHub repos or clean code samples you own for your resume instead. Focus on those 4th-round IT wins to show what you bring.

  • girikuncoro
    Giri Kuncoro (@girikuncoro) reported

    I learned today: if we emit high cardinality metrics in @EnvoyProxy, it can cause it to deadlock Not the classic deadlock — more of a lock convoy problem, fully reproducible Will file a GitHub issue soon, has anyone else hit this? 👀

  • shaihulud43
    bitzuist (@shaihulud43) reported

    @jukan05 yes but googles position is terrible so msft being stronger than google is still a terrible position vis-a-vis claude code/codex/cursor. copilot absolutely sucks, but github still is the main source of truth. they need to find a way to leverage that

  • thebasedcapital
    basedcapital (@thebasedcapital) reported

    every time i open a github issue for a rust crate the maintainer replies in german and fixes it in 20 minutes. i don't understand either part.

  • PsudoMike
    PsudoMike 🇨🇦 (@PsudoMike) reported

    @FirstSquawk Anysphere passing on Microsoft to stay independent tracks. A Microsoft acquisition would push Cursor into GitHub/Copilot orbit and probably slow their release velocity. The valuation math only works if they keep shipping faster than Copilot, which needs autonomy.

Check Current Status