git 常见问题

RPC failed;

error: RPC failed; curl 56 SSL read: error:00000000:lib(0):func(0):reason(0), er
rno 10054

解决:
应该是pull 内容更新太多,需要设置postBuffer更大些,具体看上面的链接

git config --global http.postBuffer 524288000

https://segmentfault.com/q/1010000002221288

原文地址:https://www.cnblogs.com/flowerszhong/p/6108097.html