git 仓库文件过大 push报错 发表于 2021-12-24 | 分类于 git | 阅读次数 fatal: 远端意外挂断了/ The remote end hung up unexpectedly 123456789101112git config http.postBuffer 524288000 git config ssh.postBuffer 524288000 git config http.version HTTP/1.1 # 用ssh代替http/https git remote set-url origin git@your-git.com git remote -v # 压缩 git config core.compression 3 Git实战笔记(一) 常见错误 [error: RPC failed; curl 92 HTTP/2 stream 0 was not closed cleanly: PROTOCOL_ERROR (err 1)] 本文作者: wyx 本文链接: https://github.com/blog/2021/12/24/git%E4%BB%93%E5%BA%93%E6%96%87%E4%BB%B6%E5%A4%AA%E5%A4%A7 版权声明: 本博客所有文章除特别声明外,均采用 CC BY-NC-SA 3.0 许可协议。转载请注明出处!