likes
comments
collection
share

github慢解决办法

作者站长头像
站长
· 阅读数 67

第一步

在https://www.ipaddress.com/ 使用 IP Lookup 工具获得下面这两个github域名的ip地址,该网站可能需要梯子,输入上述域名后,分别获得github.com和github.global.ssl.fastly.net对应的ip,比如192.30.xx.xx和151.101.xx.xx。准备工作做完之后,打开的hosts文件中添加如下格式,IP修改为自己查询到的IP:

192.30.xx.xx github.com
151.101.xx.xx github.global.ssl.fastly.net

第二步刷新DNS

  • mac
sudo killall -HUP mDNSResponder
sudo killall mDNSResponderHelper
sudo dscacheutil -flushcache
  • windows
ipconfig /flushdns

reference

转载自:https://juejin.cn/post/6844903799337779207
评论
请登录