cocoapods

喜欢而已 提交于 2020-02-26 22:09:35

1.卡住

Cloning spec repo `cocoapods` from `git@github.com:CocoaPods/Specs.git` 

解决办法:

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

2.错误

error: RPC failed; curl 18 transfer closed with outstanding read data remaining 
fatal: The remote end hung up unexpectedly
fatal: early EOF
fatal: index-pack failed

解决办法

git config --global http.postBuffer 524288000

 

 

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!