cocoapods 安装第三方库失败,访问github网站超时

这种一般是网络限制问题,需要修改hosts文件
终端 sudo vi /etc/hosts 编辑文件

打开网址:https://ipaddress.com
查看GitHub真实IP

我的hosts文件,参考:
185.199.108.133 raw.githubusercontent.com
185.199.109.133 raw.githubusercontent.com
185.199.110.133 raw.githubusercontent.com
185.199.111.133 raw.githubusercontent.com
140.82.112.3 github.com
140.82.114.4 gist.github.com
185.199.108.154 help.github.com
140.82.113.9 nodeload.github.com
185.199.108.133 raw.github.com
185.199.109.133 raw.github.com
185.199.110.133 raw.github.com
185.199.111.133 raw.github.com
140.82.113.18 status.github.com
185.199.108.153 training.github.com
199.232.69.194 github.global.ssl.fastly.net
185.199.108.153 assets-cdn.github.com

142.250.190.110 developer.android.com
142.250.190.46 google.com
2607:f8b0:4009:819::200e google.com

需要自己一个个网址查询IP替换。
修改好后cocoapods正常使用了。

ping 一下github.com 测试是否可以通信
退出ping: contorl+c

posted @ 2020-10-20 15:21  JustToGo  阅读(439)  评论(0编辑  收藏  举报