美文网首页
移除master源,使用mirrors.tuna.tsinghu

移除master源,使用mirrors.tuna.tsinghu

作者: malgee | 来源:发表于2021-01-04 15:45 被阅读0次

提供pod install的速度,常规操作都会切换到国内的镜像

$ cd ~/.cocoapods/repos 
$ pod repo remove master
$ git clone https://mirrors.tuna.tsinghua.edu.cn/git/CocoaPods/Specs.git tsinghua
添加源
pod repo add cocoapods https://github.com/CocoaPods/Specs.git
pod repo add tsinghua https://mirrors.tuna.tsinghua.edu.cn/git/CocoaPods/Specs.git
  • 移除trunk
pod repo remove trunk
  • 添加trunk
pod repo add-cdn trunk https://cdn.cocoapods.org/

相关文章

网友评论

      本文标题:移除master源,使用mirrors.tuna.tsinghu

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