最新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