cocoapods安装好后repo换源

Posted Fleeming

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了cocoapods安装好后repo换源相关的知识,希望对你有一定的参考价值。

1.pod repo

 

然后会出现以下内容,如下是我已经换了之后的,而你的URL还是github的

master

- Type: git (master)

- URL:  https://git.coding.net/CocoaPods/Specs.git

- Path: /Users/Mingo/.cocoapods/repos/master

 

网上给出了一个铺天盖地的方法,,使用如下方法换掉repo的源:

pod repo remove master

pod repo add master https://git.coding.net/CocoaPods/Specs.git

pod repo update

 

然而呀,,,,我试了好多次结果是:

[!] To setup the master specs repo, please run pod setup.

 

最后继续查找,找到了如下的,方法:

执行:

git clone https://git.coding.net/CocoaPods/Specs.git ~/.cocoapods/repos/master

 过来许久以后,

有如图就正常了

最后切记要:

pod repo update

显示上图:说明安装成功。

 

这时候在 pod repo 就是和开始的地方一样了。。

这样之后,,相信我们的pod install 和 pod update 等等都有快速好多了。

 

 

 

以上是关于cocoapods安装好后repo换源的主要内容,如果未能解决你的问题,请参考以下文章

[异常解决] Keil安装好nRF51822开发环境,运行DEMO报错:Error:“GPIOTE_CONFIG_NUM_OF_LOW_POWER_ENVENTS” is undefined(代码片段

cocoapods-Cocoapods上的库怎么更新

新换电脑,vscode配置如何保持一致

Cocoapods - podspec 验证但不能被推送到 repo

cocoapod 导入第三方库

cocoapods的安装,使用,卸载,以及你可能会遇到的坑..