您的位置:首页 > 大数据 > 人工智能

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

2018-01-16 10:49 2031 查看
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
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签:  git error RPC -54 中断
相关文章推荐