美文网首页
解决pod setup 慢的问题

解决pod setup 慢的问题

作者: 需要药 | 来源:发表于2021-04-17 08:08 被阅读0次

    使用cocoapods的镜像索引

    命令如下

    1.pod repo remove master

    2.pod repo add master http://git.oschina.net/akuandev/Specs.git

    即可使用 oschina 上的镜像

    3.命令行输入:git clone https://git.coding.net/CocoaPods/Specs.git ~/.cocoapods/repos/master 用来下载源代码到master文件夹下

    4.最后输入pod  repo update

    相关文章

      网友评论

          本文标题:解决pod setup 慢的问题

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