当前位置:   article > 正文

git error:error: RPC failed; curl 56 GnuTLS recv error (-54): Error in the pull function.

git error:error: RPC failed; curl 56 GnuTLS recv error (-54): Error in the pull function.

git push时出现如下错误

Counting objects: 59722, done.
Delta compression using up to 2 threads.
Compressing objects: 100% (58835/58835), done.
error: RPC failed; curl 56 GnuTLS recv error (-54): Error in the pull function.
fatal: The remote end hung up unexpectedly MiB | 32.00 KiB/s
Writing objects: 100% (59722/59722), 157.57 MiB | 6.09 MiB/s, done.
Total 59722 (delta 4636), reused 0 (delta 0)
fatal: The remote end hung up unexpectedly
Everything up-to-date

这是由于git默认缓存大小不足导致的,使用下面的命令增加缓存大小

$ git config --global http.postBuffer 2000000000

声明:本文内容由网友自发贡献,不代表【wpsshop博客】立场,版权归原作者所有,本站不承担相应法律责任。如您发现有侵权的内容,请联系我们。转载请注明出处:https://www.wpsshop.cn/w/Gausst松鼠会/article/detail/726231
推荐阅读
相关标签
  

闽ICP备14008679号