美文网首页
从GitHub下载cocoapods源文件下载慢的问题

从GitHub下载cocoapods源文件下载慢的问题

作者: 胡桃木_poy | 来源:发表于2020-06-01 21:08 被阅读0次

mac新安装系统或者其他操作导致pod install的时候需要重新下载   https://github.com/CocoaPods/Specs.git master  cocoapods 源的  网速不好会超级慢  导致下载失败,提示信息:

You can try adding it manually in `/Users/ynpeng/.cocoapods/repos`

解决方法:前往文件夹   ~/.cocoapods/repos  ,右键选择:

终端执行:git clone https://github.com/CocoaPods/Specs.git master,待完成后再执行pod install.

相关文章

网友评论

      本文标题:从GitHub下载cocoapods源文件下载慢的问题

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