美文网首页
Cocoapods install 慢【清华大学镜像】

Cocoapods install 慢【清华大学镜像】

作者: 猎手Andy | 来源:发表于2020-02-29 12:24 被阅读0次

    清华大学镜像网址

    https://mirrors.tuna.tsinghua.edu.cn/

    $ pod repo remove master
    $ pod repo add master https://mirrors.tuna.tsinghua.edu.cn/git/CocoaPods/Specs.git
    $ pod repo update
    

    or

    $ 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 install 慢【清华大学镜像】

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