安装cocoapods 速度慢的处理方法

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

你可能感兴趣的:(安装cocoapods 速度慢的处理方法)