美文网首页
cocoapods cdn trunk 报错问题

cocoapods cdn trunk 报错问题

作者: alex_zn | 来源:发表于2020-03-21 15:28 被阅读0次

cocoapods1.8版本以后,默认使用cdn的方式索引repos,使用pod install的时候会出现
https://raw.githubusercontent.com **** Response: Timeout was reached
的问题,主要的原因,是因为dns服务器无法找到对应的主机IP地址,简单的解决办法就是 直接指定 域名所对应的IP地址。
打开https://IPAddress.com,查找域名对应的IP地址。

IPAddress
然后在本地hosts文件中添加对应的IP,
199.232.68.133           raw.githubusercontent.com

然后执行pod repo update即可。

相关文章

网友评论

      本文标题:cocoapods cdn trunk 报错问题

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