美文网首页
2020-06-24 mac下pod 超时

2020-06-24 mac下pod 超时

作者: sll_ | 来源:发表于2020-06-24 09:10 被阅读0次
如果Failed to connect to raw.githubusercontent.com port 443: Operation timed out

因为raw.githubusercontent.com被河蟹了
先去https://www.ipaddress.com/手动解析域名raw.githubusercontent.com查找对应的ip
然后修改本地的host文件
sudo vim /private/etc/hosts
加入指向199.232.28.133 raw.githubusercontent.com
pod install就ok了

相关文章

网友评论

      本文标题:2020-06-24 mac下pod 超时

      本文链接:https://www.haomeiwen.com/subject/sdwlfktx.html