error: RPC failed; curl 56 Recv failure: Connection was aborted
fatal: the remote end hung up unexpectedly
Total 905 (delta 142), reused 0 (delta 0), pack-reused 0
fatal: the remote end hung up unexpectedly
在使用git更新或提交项目时候出现 "fatal: The remote end hung up unexpectedly
" 原因是推送的文件太大。
在idea下的Terminal
窗口下依次执行以下代码即可
git config --global http.proxy
git config --global --unset http.proxy
# 修改提交缓存大小为500M,或者更大的数字
git config --global http.postBuffer 524288000
git config --global http.postBuffer 1048576000
关于Idea在Terminal窗口集成git:
本文发布于:2024-02-03 02:22:15,感谢您对本站的认可!
本文链接:https://www.4u4v.net/it/170689813548005.html
版权声明:本站内容均来自互联网,仅供演示用,请勿用于商业和其他非法用途。如果侵犯了您的权益请与我们联系,我们将在24小时内删除。
留言与评论(共有 0 条评论) |