问题描述
mac 无法访问 https://github.com/
解决方法
1.打开[https://github.com.ipaddress.com/] 如下图:
拷贝这个ip,稍后需要用到
2.打开[https://fastly.net.ipaddress.com/github.global.ssl.fastly.net#ipinfo] 如下图:
拷贝ip,稍后需要用到
3.在访达中前往文件夹/etc/hosts,这个文件如果你要用文本编辑器打开是不可以修改的,但是可以下载一个BBEdit进行编辑。
4.在hosts文件末尾追加(需要权限)
(140.82.114.3 第一步获取到到ip,199.232.5.194第二步获取到的ip)
140.82.114.3 github.com
199.232.5.194 github.global.ssl.fastly.net
5.在终端在输以下指令刷新DNS(需要权限)
sudo killall -HUP mDNSResponder;say DNS cache has been flushed