Github Failed to connect to github.com port 443: Operation timed out

po install时,遇到这个问题。


image.png

到网上找了很多,都没解决,最后看到一位大哥的答案,解决了问题,在这儿记录一下。

解决方案一

1、打开网址https://github.com.ipaddress.com/,复制 IP Address
image.png
2、打开网址https://fastly.net.ipaddress.com/github.global.ssl.fastly.net#ipinfo,复制 IP Address
image.png
3、打开网址https://github.com.ipaddress.com/assets-cdn.github.com,复制 IP Address
image.png
4、打开电脑hosts文件,将复制的IP填写进去(/etc/hosts)
140.82.112.3        github.com 
199.232.5.194   github.global.ssl.fastly.net
185.199.108.153  assets-cdn.github.com
185.199.109.153  assets-cdn.github.com
185.199.110.153  assets-cdn.github.com
185.199.111.153  assets-cdn.github.com

如下图:
image.png

最后在pod install,没问题了。

解决方案二

使用了上述方法后,有时候还会碰到这个问题。
执行命令即可

networksetup -setv6off Wi-Fi

你可能感兴趣的:(Github Failed to connect to github.com port 443: Operation timed out)