新收藏

完美解决github访问速度慢

2021-04-04  本文已影响0人  NoBugException

此文来自于:https://zhuanlan.zhihu.com/p/93436925

以为有效,所以收藏。

1. 修改本地hosts文件
windows系统的hosts文件的位置如下:C:\Windows\System32\drivers\etc\hosts
mac/linux系统的hosts文件的位置如下:/etc/hosts
2. 查询IP
获取Github相关网站的ip
访问https://www.ipaddress.com,拉下来,找到页面中下方的“IP Address Tools – IP Address Lookup”
分别输入github.global.ssl.fastly.net和github.com,查询ip地址
下面是我的配置
140.82.114.4    github.com
199.232.5.194   github.global.ssl.fastly.net

[完...]

上一篇下一篇

猜你喜欢

热点阅读