访问github 慢问题解决
程序员文章站
2024-02-09 16:11:34
...
- 打开本地hosts文件,windows 在 C:\Windows\System32\drivers\etc 目录下
- 增加 github.global.ssl.fastly.net和 github.com的映射
- 访问 https://www.ipaddress.com 并输入 github.global.ssl.fastly.net 得到 对应的ip 地址
- 访问 http://tool.chinaz.com/dns 并输入 github.com 得到对应的ip 地址
- 将以上的 域名与 ip 地址写入 hosts 配置文件中 ,如:
13.250.177.223 github.com
199.232.69.194 github.global.ssl.fastly.net
最后,打开cmd ,输入 ipconfig /flushdns 即可。
上一篇: 问题解决学习笔记