Github访问加速
Github及关联网站打开缓慢或无法访问解决方案
方案零:steam工具箱
安装应用,一键加速。
https://github.com/BeyondDimension/SteamTools
方案一:代理应用
安装应用,一键加速
https://github.com/dotnetcore/FastGithub/releases
方案二:动态hosts
- 推荐 SwitchHosts 工具管理 hosts
- AdGuard Home 用户(自动方式)
- Chrome 插件方式
详情见:
https://github.com/521xueweihan/GitHub520
- 手动替换动态hosts
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40# GitHub520 Host Start
140.82.113.25 alive.github.com
140.82.112.26 live.github.com
185.199.108.154 github.githubassets.com
140.82.112.21 central.github.com
185.199.108.133 desktop.githubusercontent.com
185.199.108.153 assets-cdn.github.com
185.199.108.133 camo.githubusercontent.com
185.199.108.133 github.map.fastly.net
199.232.69.194 github.global.ssl.fastly.net
140.82.114.4 gist.github.com
185.199.108.153 github.io
140.82.112.4 github.com
192.0.66.2 github.blog
140.82.114.6 api.github.com
185.199.108.133 raw.githubusercontent.com
185.199.108.133 user-images.githubusercontent.com
185.199.108.133 favicons.githubusercontent.com
185.199.108.133 avatars5.githubusercontent.com
185.199.108.133 avatars4.githubusercontent.com
185.199.108.133 avatars3.githubusercontent.com
185.199.108.133 avatars2.githubusercontent.com
185.199.108.133 avatars1.githubusercontent.com
185.199.108.133 avatars0.githubusercontent.com
185.199.108.133 avatars.githubusercontent.com
140.82.112.9 codeload.github.com
52.216.154.116 github-cloud.s3.amazonaws.com
52.217.140.249 github-com.s3.amazonaws.com
52.217.1.132 github-production-release-asset-2e65be.s3.amazonaws.com
52.217.68.28 github-production-user-asset-6210df.s3.amazonaws.com
52.217.173.153 github-production-repository-file-5c1aeb.s3.amazonaws.com
185.199.108.153 githubstatus.com
64.71.144.202 github.community
185.199.108.133 media.githubusercontent.com
# Update time: 2021-09-13T14:05:14+08:00
# Update url: https://raw.hellogithub.com/hosts
# Star me: https://github.com/521xueweihan/GitHub520
# GitHub520 Host End
上面内容会自动定时更新,保证最新有效。数据更新时间:2021-09-13T14:05:14+08:00(内容无变动不会更新)
文件:https://raw.hellogithub.com/hosts
JSON:https://raw.hellogithub.com/hosts.json
2.1 手动方式
2.1.1 修改 hosts 文件
hosts 文件在每个系统的位置不一,详情如下:
Windows 系统:C:\Windows\System32\drivers\etc\hosts
Linux 系统:/etc/hosts
Mac(苹果电脑)系统:/etc/hosts
Android(安卓)系统:/system/etc/hosts
iPhone(iOS)系统:/etc/hosts
修改方法,把第一步的内容复制到文本末尾:
Windows 使用记事本。
Linux、Mac 使用 Root 权限:sudo vi /etc/hosts。
iPhone、iPad 须越狱、Android 必须要 root。
2.1.2 激活生效
大部分情况下是直接生效,如未生效可尝试下面的办法,刷新 DNS:
Windows:在 CMD 窗口输入:ipconfig /flushdns
Linux 命令:sudo nscd restart,如报错则须安装:sudo apt install nscd
Mac 命令:sudo killall -HUP mDNSResponder
Tips: 上述方法无效可以尝试重启机器。
方案三:GitHub镜像访问
github镜像站:https://github.com.cnpmjs.org/
github镜像站:https://hub.fastgit.org
github release镜像: https://github.wuyanzheshui.workers.dev
方案四
手动解决
修改hosts
Hosts是一个没有扩展名的系统文件,可以用记事本等工具打开,其作用就是将一些常用的网址域名与其对应的IP地址建立一个关联“数据库”,当用户在浏览器中输入一个需要登录的网址时,系统会首先自动从Hosts文件中寻找对应的IP地址,一旦找到,系统会立即打开对应网页,如果没有找到,则系统会再将网址提交DNS域名解析服务器进行IP地址的解析。
Windows XP/2000/Vista/7/8/8.1/10
1 |
|
Mac OS X
1 |
|
Linux
1 |
|
修改步骤
1 |
|
修改DNS服务器
修改DNS服务器
路径为:以太网 -> ipv4 -> 首选dns
1 |
|