吐槽的话不讲了,只说解决方法吧
- 步骤一: 登录网站:https://www.ipaddress.com/;
- 步骤二:通过该网站分别查询获取 http://github.com 和 http://github.global.ssl.fastly.net 对应的的ip地址;
- 步骤三:需要把上面获取的两个ip地址添加到系统hosts文件中:
Windows
1.打开文件:C:/windows/system32/drivers/etc/hosts
2.把两个ip地址复制到末尾
3.打开终端(快捷键 win+x 选择C),运行:ipconfig /flushdns
Mac
1.打开文件:/etc/hosts
2.把两个ip地址复制到末尾;(使用vi命令有效:sudo vi /etc/hosts)
3.打开终端(通过聚焦搜索-搜索“终端”),运行:sudo killall -HUP mDNSResponder
THE END!
网友评论