美文网首页cocoaPods
cocoapods 更换国内镜像

cocoapods 更换国内镜像

作者: 帅气的阿斌 | 来源:发表于2021-12-23 17:55 被阅读0次

    这里用的清华大学的镜像,如果过期了自行搜索国内其他镜像地址,先打开地址看看是否有效再使用

    cd ~/.cocoapods/repos 
    pod repo remove master
    git clone https://mirrors.tuna.tsinghua.edu.cn/git/CocoaPods/Specs.git master
    

    工程podfile最顶行添加
    source 'https://mirrors.tuna.tsinghua.edu.cn/git/CocoaPods/Specs.git'

    相关文章

      网友评论

        本文标题:cocoapods 更换国内镜像

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