其他分享
首页 > 其他分享> > 本地配置hosts快速访问GitHub

本地配置hosts快速访问GitHub

作者:互联网

首先需要找到hosts文件路径

C:\Windows\System32\drivers\etc\hosts

接下来是修改配置
1.添加hosts配置

140.82.112.4 github.com
199.232.69.194 github.global.ssl.fastly.net
185.199.108.153 assets-cdn.github.com
185.199.109.153 assets-cdn.github.com
185.199.110.153 assets-cdn.github.com
185.199.111.153 assets-cdn.github.com

2.通过以下网站获取所有github网址的IP地址

https://github.com.ipaddress.com/
https://fastly.net.ipaddress.com/github.global.ssl.fastly.net
https://github.com.ipaddress.com/assets-cdn.github.com

最后需要打开cmd刷新DNS缓存

ipconfig /flushdns

这样操作下来最终会生效。

标签:GitHub,快速访问,cdn,github,hosts,185.199,com,assets
来源: https://blog.csdn.net/qq_40184218/article/details/121603430