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

  • MrTroy_
    Troyski (@MrTroy_) reported

    @kalidasrjv @GeoDanila It's designed to not work and get everyone to unsubscribe. It was a money loser for them. Fine. But don't shut it down this way and treat your customers like trash. Github is the enemy of the people.

  • SanfordMarshal
    Sanford (@SanfordMarshal) reported

    @kewinversi @tannerlinsley But I see no problem using Coolify, a SPA you just need to serve the assets and a shell page basically. You could even use something like GitHub Actions to build the assets and send them to a CDN or just use Cloudflare

  • Chibuezay
    CY (@Chibuezay) reported

    @pxxl_space I tried getting a domain a few minutes ago but it seems there's an issue with the GitHub login.

  • SenseWave_
    Yusuf Nuh 🍉 (@SenseWave_) reported

    @ZackKorman @NinjaParanoid It's sick. Just days ago we see they're saving are passwords as plain text. And now threatening researchers for their research. They even took down one GitHub account, that published vuln

  • dailydotdev
    daily.dev (@dailydotdev) reported

    1:46 @GitHub Actions outage told devs "your account is suspended" 1:58 @GitHub breach explodes — 38,000 internal repos exfiltrated, 5,500+ poisoned commits 2:16 @Microsoft agrees to pay $250M to settle Activision Blizzard lawsuit

  • MrTroy_
    Troyski (@MrTroy_) reported

    @thieme @raphaelmansuy @GitHubCopilot People WERE paying for it. If Github is run by idiots, it's not the people's problem.

  • ___faust____
    Faust (@___faust____) reported

    this is the part that gets lost when every dep is just a 'npm install' away. debian maintainers were the original security scanners, unpaid and unthanked. now we just yell at random volunteers on github issues

  • SThapa123456
    Sam Thapa (@SThapa123456) reported

    i told claude to fix a github issue without reading the issue myself. it opened a pr. looked clean. now i'm sitting here trying to do three things at once. understand what the issue actually is. understand what the pr actually does. steer the architecture if it went the wrong way. all in the same head. in the same moment. with a slack notification from my ceo pending. something i'm realizing as i do more agentic engineering: skipping the plan doesn't save effort. it just defers all of it to the worst possible moment. @theo and @steipete aren't big fans of the talk-talk-plan-execute flow. the argument is roughly that modern agents are capable enough that the ceremony slows you down more than it helps. just let it cook. i get it. but what i'm finding for myself is that plan-first isn't ceremony, it's a cost-spreading strategy. you pay the "understand the issue" cost when it's cheap, before anything is built. you pay the "shape the solution" cost at the plan stage, when changes are one sentence instead of a re-implementation. by the time the pr exists, the model is already in your head and reviewing it is just verification. skip those stages and the cost doesn't disappear. it stacks up and lands on you all at once, after the code exists, when every decision is now expensive to change. the polished pr is the trap. it looks like progress. it's actually a bill coming due. want it shorter, or is this length working for the thread you have in mind? (credits to claude for articulating this for me)

  • sandipb
    Sandip Bhattacharya 🌏✌️ (@sandipb) reported

    @zeddotdev The out of the box markdown viewer is terrible. What we see in zed is not what we see in the rendered view in github. Anything we can do to make the rendering palatable?

  • raisultw
    Raisul (@raisultw) reported

    @tomhaerter @atlasflowlabs github login when.?

  • iAmBipinPaul
    Bipin Paul (@iAmBipinPaul) reported

    @lukehoban The only issue is that GitHub Copilot’s price is too high, so most users will not choose it.

  • manicode
    Jim Manico from Manicode Security (@manicode) reported

    @sarahyang_00 @minchoi New GitHub issue: plan carefully to extract all my data from salesforce and build an agent version specific to my business

  • dalisoft
    Davlatjon Sh (@dalisoft) reported

    @morganlinton @FactoryAI 2. GitHub issues are like stale and never gets enough attention. Need dedicated person to fix that (@FactoryAI i could be this person)

  • owainkenway
    Dr Owain Kenway (@owainkenway) reported

    @dschewchenko Yeah. Github really needs to sort a bunch of the token stuff. Things like pushing containers to the Github container registry don't support fine-grained access tokens which is asking for trouble.

  • ChainZenit
    Strata (@ChainZenit) reported

    okay this is actually brilliant. dude has a laptop with 16GB soldered RAM. can't upgrade it. his RTX 3070 sits there with 8GB of VRAM doing nothing most of the time. so he wrote a daemon that turns GPU VRAM into swap space. using the NBD protocol. no kernel module. survives driver updates. the clever part: NVIDIA blocks the "obvious" P2P path on consumer GPUs. so he routes through CUDA's memcpy API instead. kernel doesn't know or care it just sees a normal block device. result: 16GB → 46GB addressable memory. tripled. here's the thing nobody talks about: most people with gaming laptops have 8-16GB of VRAM sitting completely idle 90% of the time. that's not a hardware limitation. that's an engineering problem with a clean solution. the repo is nbd-vram on GitHub. MIT license. shell scripts. no magic

Check Current Status