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

 

上一篇:模拟一个在线音乐播放程序(socket + 数据库)


下一篇:20181218 实验三《Python程序设计》实验报告