GitHub Proxy 代理加速、国内 GitHub 访问慢的解决方法–修改 /etc/hosts
镜像站
域名解析
github
的访问速度慢的原因是以下引起的:
- github.global.ssl.fastly.net
- github.com
以上域名可以通过http://tool.chinaz.com/dns
这个网站可以查看域名的TTL,选择最小的一个就是最有的。然后把ip
放到host中。
方法一
151.101.13.194 github.global.ssl.fastly.net
192.30.253.112 github.com
或
192.30.255.117 api.github.com
151.101.129.69 cdn.sstatic.net
52.216.64.128 github-cloud.s3.amazonaws.com
151.101.44.249 github.global.ssl.fastly.net
192.30.255.113 github.com gist.github.com
151.101.72.133 assets-cdn.github.com avatars0.githubusercontent.com avatars1.githubusercontent.com avatars2.githubusercontent.com
或
192.30.253.112 github.com
192.30.253.113 github.com
151.101.184.133 assets-cdn.github.com
151.101.185.194 github.global.ssl.fastly.net
ipconfig /flushdns
方法二
采用 https://github.com/Mosiki/github
的 hosts
解析。
方法三
采用代理:
git clone https://github.com/actions/toolkit.git
# 代理地址
git clone https://github.com.cnpmjs.org/actions/toolkit.git