https://www.jianshu.com/p/9d9901031150
可能是git http 传输大小限制和速度太低的原因
解决方法:
$ git config—globalhttp.postBuffer 524288000
$ git config—globalhttp.lowSpeedLimit 0
$ git config—globalhttp.lowSpeedTime 999999
// 首次安装
pod repo add master https://github.com/CocoaPods/Specs.git
网友评论