Skip to main content
StatusWorld

GitHub

0 user reports in the last hour

Operational

No problems detected

GitHub is Microsoft's web-based platform for version control and code collaboration using Git, hosting over 100 million developers and 420 million repositories worldwide.

Reports over the last 24 hours

Peak at 21:00

Most reported problems


60%Website
40%Other

Having trouble with GitHub?

GitHub Not Working for You? It Might Not Be an Outage

If the status above shows no ongoing outage but GitHub isn't loading for you, the problem is likely on your side or with your internet provider.

Common Reasons GitHub Stops Working

  • GitHub outage affecting specific services: Git operations, Actions, Packages, or the web UI
  • GitHub Actions runners queue backing up during high-demand periods
  • SSH or HTTPS push/pull failing due to a key authentication issue
  • GitHub Pages deployment pipeline experiencing delays
  • Rate limiting on the GitHub API blocking automated workflows

How to Fix GitHub Not Working

  1. Check the status above and githubstatus.com — GitHub lists affected components separately
  2. Test Git connectivity: ssh -T git@github.com
  3. If HTTPS push fails, check that your Personal Access Token has the correct scopes
  4. For SSH issues, verify your key is still added at github.com/settings/keys
  5. If Actions are slow, check the runner queue on your repository's Actions tab
  6. Switch between HTTPS and SSH remotes: git remote set-url origin git@github.com:user/repo.git

Outage history

No incidents in the last 30 days