pod setup命令失败 慢

正常操作文件超过300兆

~/.cocoapods/repos
git clone https://github.com/CocoaPods/Specs.git master


方法一:其实不需要全部 clone 下来,只 clone 最后一次commit 的代码就可以

cd ~/.cocoapods/repos
git clone --depth=1  https://github.com/CocoaPods/Specs.git master

方法二:使用国内的服务器地址

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

 

ps:如果下载速度过慢,可以看另外一篇文章<解决git chone速度慢>

你可能感兴趣的:(git)