pod install有時(shí)會(huì)出現(xiàn) error: RPC failed; result=56, HTTP code = 200的錯(cuò)誤。
解決方案:
推測可能是我朝網(wǎng)絡(luò)帶寬問題,git下載速度比較慢,curl的postBuffer 默認(rèn)值較小的原因,配置下個(gè)這個(gè)值,就不會(huì)出現(xiàn)該錯(cuò)誤了.
git config http.postBuffer 24288000
參考文獻(xiàn):
http://stackoverflow.com/questions/17683295/git-bash-error-rpc-failed-result-18-htp-code-200b-1kib-s