error: RPC failed; curl 56 GnuTLS recv error (-54): Error in the pull function.
在执行git clone时,出现报错:
1 error: RPC failed; curl 56 GnuTLS recv error (-54): Error in the pull function. 2 fatal: The remote end hung up unexpectedly 3 fatal: 过早的文件结束符(EOF) 4 fatal: index-pack 失败
解决办法:
git config --global http.postBuffer 20000000