关于pod install出现Failed to connect to github.com port 443: Operation timed out

podinstall出现连接不上github.com的问题,我们需要在hosts文件中输入github的网址

1、查询可以用的IP

在https://www.ipaddress.com/搜索

github.com

2、修改host文件

操作:sudo vi /etc/hosts,替换成以下搜索到的ip即可(/etc/hosts 前往文件夹)

116.227.169.233  github.com

!!!!出现无权限更改时候,复制一份出来,改完进行替换就行。

3.继续尝试pod install

你可能感兴趣的:(关于pod install出现Failed to connect to github.com port 443: Operation timed out)