pod install 、pod update 出现[!] Er

2021-10-26  本文已影响0人  野咪咕

问题描述

[!] Error installing Masonry

[!] /usr/bin/git clone https://github.com/cloudkite/Masonry.git /var/folders/0f/n8wwqx_166588q2rhp__r2wc0000gn/T/d20210313-14531-h9zipp --template= --single-branch --depth 1 --branch v1.1.0

Cloning into '/var/folders/0f/n8wwqx_166588q2rhp__r2wc0000gn/T/d20210313-14531-h9zipp'...

fatal: unable to access 'https://github.com/cloudkite/Masonry.git/': Failed to connect to github.com port 443: Operation timed out

试了各种方法都没有效果

只有下边这个方法解决了该问题:

1,需要在finder 前往文件夹 打开 /etc/hosts 文件,然后复制到本地

2,打开浏览器放入该链接

http://tool.chinaz.com/dns/?type=1&host=github.com&ip=

3,

4,然后复制到 hosts文件里 后面 加上 github.com 如下

保存 然后 复制文件到 etc/hosts 覆盖掉 

 重新打开终端 cd到当前目录 执行 pod install

作者:Y_3c23

链接:http://events.jianshu.io/p/869b2325bb74

来源:简书

著作权归作者所有。商业转载请联系作者获得授权,非商业转载请注明出处。

上一篇下一篇

猜你喜欢

热点阅读