pod install有时会出现 error: RPC failed; result=56, HTTP code = 200的错误。
解决方案:
推测可能是我朝网络带宽问题,git下载速度比较慢,curl的postBuffer 默认值较小的原因,配置下个这个值,就不会出现该错误了.
git config http.postBuffer 24288000
参考文献:
http://stackoverflow.com/questions/17683295/git-bash-error-rpc-failed-result-18-htp-code-200b-1kib-s
网友评论