美文网首页
error: RPC failed; curl transfer

error: RPC failed; curl transfer

作者: 坤哥爱卿 | 来源:发表于2020-06-15 18:15 被阅读0次

    1、先删除掉 ~/.cocoapods/repos/master这个master文件,然后重新签出。

    pod repo remove master
    

    2、新增快速pod镜像地址

    git clone https://gitee.com/mirrors/CocoaPods-Specs.git ~/.cocoapods/repos/master
    

    3、执行更新

    pod repo update
    

    4、查看repo

    pod repo list
    

    5、Podfile文件第一行指明库

    source 'https://gitee.com/mirrors/CocoaPods-Specs.git'
    

    相关文章

      网友评论

          本文标题:error: RPC failed; curl transfer

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