美文网首页
解决CocoaPods/Specs下载缓慢的问题

解决CocoaPods/Specs下载缓慢的问题

作者: Pandakingli | 来源:发表于2020-05-14 22:20 被阅读0次

    每次在更新CocoaPods的Specs时候都会特别慢,很容易失败。
    cocoapods 的 sepcs 文件是放在 ~/.cocoapods/repos目录

    git clone https://github.com/CocoaPods/Specs.git master
    

    其实无需全部 clone 下来,可以只 clone 最近一个 commit 的全部代码就可以。
    终端执行:

    git clone --depth=1  https://github.com/CocoaPods/Specs.git master
    

    相关文章

      网友评论

          本文标题:解决CocoaPods/Specs下载缓慢的问题

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