OC学习50:用清华大学镜像解决Cocoapods install慢的问题

张建 lol

前言

清华大学镜像网址

替换镜像源

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

or

1
2
3
$ cd ~/.cocoapods/repos
$ pod repo remove master
$ git clone https://mirrors.tuna.tsinghua.edu.cn/git/CocoaPods/Specs.git master
  • Post title:OC学习50:用清华大学镜像解决Cocoapods install慢的问题
  • Post author:张建
  • Create time:2023-05-25 13:40:45
  • Post link:https://redefine.ohevan.com/2023/05/25/OC/OC学习50:用清华大学镜像解决Cocoapods-install慢的问题/
  • Copyright Notice:All articles in this blog are licensed under BY-NC-SA unless stating additionally.
On this page
OC学习50:用清华大学镜像解决Cocoapods install慢的问题