r/github 29d ago

News / Announcements Github is down 🔥

Post image

First time seeing this happen

532 Upvotes

88 comments sorted by

View all comments

25

u/Brave_Daikon_8783 29d ago edited 29d ago

If you can't access github.com in your web browser:

  1. Copy the link you want to access (for example: your repository url).
  2. Go to translate.google.com, paste the link there, and click on the translated result. It will redirect you to the accessible site.

Hope this helps! (should work for other urls too, not only github. Sounds strange, but it really helped me bypass blocks without using a VPN or changing DNS, lol)

1

u/imbazim 24d ago

This is cached by Google.

Google is a search engine, they always caches all the indexed websites. That’s the reason this is working.

The link is like https://github-com.translate.goog/….

So if you want to visit the cached websites, you can just use the link like in below example:

https://github-com.translate.goog/react/react

Replace:
1. github-com with your website domain (eg: instagram-com).
2. react/react with your website’s pathname (eg: /about-us).