IOS

安装cocoapods 速度慢的处理方法

2021-02-21  本文已影响0人  开心就好2008

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

上一篇 下一篇

猜你喜欢

热点阅读