10.11.4的OS X EI Capitan系统 Xcode7.3更新cocoaPods报错

最新Mac OS X 10.11.1 安装cocoapods及使用详解 -

错误信息:

[!] /usr/bin/git clone https://github.com/CocoaPods/Specs.git master

Cloning into 'master'...

error: RPC failed; curl 56 SSLRead() return error -36

fatal: The remote end hung up unexpectedly

fatal: early EOF

fatal: index-pack failed


出现错误后,输入:

git config --global http.postBuffer 24288000

git config --list

会输出:http.postbuffer=24288000

再次执行:pod setup

你可能感兴趣的:(10.11.4的OS X EI Capitan系统 Xcode7.3更新cocoaPods报错)