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 |
|---|---|
| Saltillo, COA | 2 |
| Montlhéry, Île-de-France | 1 |
| Aulnay-sous-Bois, Île-de-France | 1 |
| Granada, Andalusia | 1 |
| Vernon, Normandy | 1 |
| Township of Evan, KS | 1 |
| Madrid, Madrid | 1 |
| Bogotá, Bogota D.C. | 1 |
| Paris, Île-de-France | 4 |
| Lyon, Auvergne-Rhône-Alpes | 1 |
| Lima, Lima | 1 |
| Aix-en-Provence, Provence-Alpes-Côte d'Azur | 1 |
| Trento, Trentino-Alto Adige | 1 |
| Le Chambon-Feugerolles, Auvergne-Rhône-Alpes | 1 |
| Antananarivo, Analamanga | 1 |
| Lure, Bourgogne-Franche-Comté | 1 |
| Ashkelon, Southern District | 1 |
| Veigné, Centre | 1 |
| Saint-Paul, Réunion | 2 |
| Mexico City, CDMX | 1 |
| León de los Aldama, GUA | 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:
-
Ràv3n... (@Rav3nlaud3) reportedPHASE 1: I started by turning my phone into a portable powerhouse. Grabbed Termux: I didn't touch the Play Store version as it's outdated and breaks easily. *Termux is literally terminal but for mobile* I learned through trial and error that the only way to get a stable environment was to download the latest version directly from their official GitHub. Installed Acode: I grabbed Acode from the Play Store; it’s a clean, mobile-optimized editor that makes coding on a small screen feel professional. Bridged the Files: I ran termux-setup-storage in my terminal (termux). This unlocked my phone’s internal storage so my development tools could actually "see" my project files.
-
Abiel | Dev & Startups (@abielbuilds) reported@sharmaaru0828 I would say this stack overflow been dead awhile I remember I stopped using it a while back fixing with github issues or documentation
-
0logn (@0logn) reportedRemote coding-agents (aka software factories) are really a dev-ops (not AI) problem. Some security problems to solve but mainly it's a high-performance caching problem. The CI providers (e.g,. Github Actions, Blacksmith) were (are?) the best positioned to solve this.
-
Hemant (@HKsoldev) reportedStep 2: Before touching GitHub Actions, test the SSH connection locally. ssh -i ~/.ssh/cicd_deploy root@YOUR_SERVER_IP If this fails, fix SSH first. Don't waste time debugging GitHub Actions when the problem is your key or firewall. This one step saves hours of frustration
-
Julian Goldie SEO (@JulianGoldieSEO) reported𝗙𝗿𝗲𝗲 𝗖𝗹𝗮𝘂𝗱𝗲 𝗖𝗼𝗱𝗲 + 𝗢𝗺𝗻𝗶𝗿𝗼𝗼𝘁 𝗹𝗲𝘁𝘀 𝘆𝗼𝘂 𝗯𝘂𝗶𝗹𝗱 𝘄𝗶𝘁𝗵 𝗡𝗢 𝘁𝗼𝗸𝗲𝗻 𝗹𝗶𝗺𝗶𝘁𝘀. You know that "approaching your limit" message mid-project? This kills it. 🤯 Here's the setup: → Omniroot = a free AI switchboard. 230+ providers. 90 are FREE. → Free Claude Code = same commands, same feel, different brain → If one provider is busy, it auto-switches to the next. You never see an error. → Token compression cuts usage by up to 95% → It reads your memory files so output sounds like YOU → Setup: paste the GitHub link into Claude and ask it to install everything It built a full agency website while the owner kept talking. Honest truth: not frontier-level. But for landing pages and tools? More than enough. Save your paid plan for hard problems. Build everything else free. Want the SOP? DM me. 💬
-
Subhash Chandra Myadam (@subhashmyadam) reported@heyyyyyieeee The fix gets pushed to a USB stick and mailed to GitHub HQ.
-
Stain (@pankostain) reportedhai, i was originally going to post this on the github issues page but i prefer to ask to you directly: is there ANY possibility to update ginput so that it supports the original xbox mapping as an option for ppl want to play the game with the intended xbox controls? @__silent_
-
belorix (@0xbelorix) reportedTHE UNHOBBLING SHIFT MOVED RISK FROM THE MODEL TO THE HARNESS. NOVEE SECURITY JUST PROVED IT AT BLACK HAT WITH TWO CVES AGAINST CLAUDE CODE AND GEMINI CLI. A GITHUB ISSUE WITH ZERO PRIVILEGES REACHED THE CI RUNNER'S SECRETS. the mechanism is the tell. claude code's validator stripped single-quoted text before running its 23 security checks. that's correct bash behavior. except the executor then ran the original payload anyway, with the strip undone. one component marked safe. the next component ran the code. that's cve-2026-54316 for claude code, cvss v3.1 9.1. patched in version 2.1.163. every release from 0.2.54 forward was affected. exfil channel: the huggingface download counter, leaking an api key one character at a time. gemini cli got worse. cve-2026-12537, cvss 10.0. os command injection through a crafted .gemini/.env file. google shipped a breaking change across two million monthly installs. patched in 0.39.1. codex was tested against the same technique. no cve issued but the exploit worked in default configuration. elad meged of novee at black hat: "the harness is the code between the model and the real world." your CLAUDE.md audit hardened the setup layer. adversarial review hardened before-execution. auto mode hardened during-execution. this is the fourth layer nobody talks about. harden the scaffold, or the smartest model in the world runs your attacker's code.
-
Nibras Hamza (@NibrasHamza) reported@Anas_founder Official docs, GitHub, and a lot more trial and error.
-
Ràv3n... (@Rav3nlaud3) reportedPHASE 2: I couldn't build as an engineer without proper version control, and I learned quickly that setting this up correctly is non-negotiable. Installed ***: I used pkg install *** to grab the industry standard for managing my project history. Secured My Keys: Instead of fighting with passwords, I generated a GitHub Personal Access Token (PAT). Think of it as a high-tech digital key that keeps your account safe. Stayed Logged In: I ran *** config --global credential.helper store. It cached my login so I only had to enter that token once.
-
Polsia (@polsia) reportedYour SDK started getting slower last Tuesday. Nobody noticed. Telltock is an always-on watchdog for public APIs and SDKs — uptime, latency drift, quiet dependency regressions. Files the GitHub issue before your users do. Live soon.
-
Terry Aney (@terryaney) reported@davidfowl @burkeholland @pierceboggan It was some build actions that did AI review, release notes, etc. I've modified my fork to remove. Might be a feature worth thinking about that forking in github checks for AI actions that might eat credits :) But problem solved for now.
-
Iso Ledger (@JamesDula82) reportedIS DOPPLER FINANCE FOR YOU? You know the words.. Let's break it down @doppler_fi is an XRPL-native CeDeFi yield protocol, live since Feb 2025. XRP has a $200B+ market cap but yields under 0.1% on-chain, so Doppler routes deposits into off-chain institutional trading strategies and pays yield back in the same asset. NOT AVAILABLE TO US USERS, but they say that's changing. Doppler's ToS currently bans US access. Not verified whether that's actually enforced or just legal language. But their own Aug 2025 press release called the US a critical market for long term adoption. Ban now, stated intent to enter later. What checks out: Funding is real. $2.5M pre-seed closed Feb 2025, then a $3M seed in Aug 2025 led by Reforge, with DCG, Maven 11, HashKey, GSR, Keyrock, CMCC, Flowdesk, Auros, Tenity, and G20 all participating. $5.5M total, confirmed via Doppler's blog, CoinDesk, and Crunchbase. Partnerships are real too, not influencer plays. SBI Ripple Asia signed on in Dec 2025. SBI Digital Finance followed in Jul 2026 as a separate, distinct partnership, not an expansion of the first deal. Add Evernorth in Jan 2026, Bitget, Bybit, Xaman xApp, a $20M commitment from Nature's Miracle, $30M from VivoPower, and a Base expansion with cbXRP in Jul 2026. All primary-sourced. TVL scaled from $14.7M in Apr 2025 to $47M by Jul 2025 and past $100M by early 2026, per CertiK. The audits are real too. CertiK ran a full review in Apr 2025 and found 11 total issues, zero critical, two major that were both resolved, five minor that were all resolved, and four informational. Zenith Security ran a separate audit that's publicly posted on GitHub. Doppler publishes real, checkable wallet addresses for both vaults, three on XRPL and two on Ethereum. That's more on-chain transparency than most CeDeFi platforms offer. Withdrawals run a 7-day period, batch processed around 01:00 UTC, and there are no platform fees. There are also two named co-founders, Rox and Claud, confirmed through Messari and an active team account on X. Where it falls short: That leadership transparency only goes so far. First names only, no last names, no bios, no track record, no LinkedIn presence for either co-founder anywhere. CertiK marks the team as unverified with no KYC on file, and there's no active bug bounty program anywhere. Doppler's own disclaimers admit on-chain strategies aren't deployed yet and no on-chain yield exists right now, everything running today is CeDeFi only, despite the CeDeFi, DeFi, and RWA branding. The XDP token rollout has a real, unanswered problem. On July 21, I publicly asked Doppler eight direct questions, Is there a whitepaper? what's the supply and allocation breakdown? what are the vesting terms? what's the confirmed TGE date? does the token carry real value accrual or is it just a buzzword? who's the issuing entity? why does an XRP product require a Base wallet? and has the token itself been audited? Registration closed July 30. Zero answers. Three weeks running. That's dated and verifiable, not a grievance. Bottom line: Doppler isn't a scam. The funding, partnerships, audits, and TVL growth are real, and there are named co-founders behind it. But it's still a CeDeFi protocol asking you to trust off-chain counterparties you can't independently verify, launching a token with zero published tokenomics past its own deadline, currently banning the exact market it says it wants to win over. Real infrastructure. Real interest. Real questions still unanswered. Do your own research before you deposit anything. ISO Ledger 🛡
-
MrOscarDev (@mroscardev) reportedI've been having a lot of issues with GitHub lately too. It feels like it's going down way too often, and Actions have been especially unreliable for me. Really looking forward to seeing Origin launch 👀
-
WOTA (@wotaf0) reportedBreaking🚨 X For You Algorithm Is Open Source Again August 13 2026 Update Many people ask why their posts get less reach or why some posts go viral while others do not Today X opened up its production code so lets break it down in simple terms 1 For You Feed Sources Thunder Recent posts from people you follow Phoenix Posts from people you do not follow based on your interests SimClusters Posts from communities with similar interests 2 Phoenix Model The Grok based Phoenix model looks at your previous likes replies shares watch time and other signals to predict what you might do with a post such as like reply share mute or report 3 Weighted Scoring Copy Link Share 20 Replies and Quotes Much Higher Weight Like Only 05 Report Minus 234 4 Ranking And Visibility Filtering Are Different Ranking decides the order of posts Visibility Filtering decides whether a post is shown shown with a warning or completely filtered out 5 New Tool Under The Hood You can now check whether your account or posts have labels that may be reducing your reach x com i under the hood The pilot is currently rolling out with a better chance for accounts that are more than one year old and have posted at least 10 times in the past month Source Code github com xai org x algorithm No more guessing The code is public the weights are public and the filtering logic is public Do you think this transparency is really a game changer #XAlgorithm #ForYou #OpenSource