1、打开https://sites.ipaddress.com/github.com/找到DNS Resource Records,复制github的ip地址,先保存起来:
140.82.112.3
2、打开https://sites.ipaddress.com/fastly.net/找到DNS Resource Records,复制其中一个ip地址,先保存起来:
151.101.1.6
3、打开https://sites.ipaddress.com/assets-cdn.github.com/找到DNS Resource Records,复制ip地址,先保存起来:
185.199.108.153
185.199.109.153
185.199.110.153
185.199.111.153
4、将上面所有ip地址添加到hosts文件:
打开电脑的C:\Windows\System32\drivers\etc路径,编辑hosts文件(,在最下面的空行粘贴ip地址,并加上域名(注意ip和域名之间有空格),如下:
140.82.112.3 github.com
151.101.1.6 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
5、打开cmd执行以下命令刷新dns缓存:
ipconfig /flushdns
参考:https://blog.csdn.net/weixin_43804496/article/details/131475204