fatal: the remote end hung up unexpectedly

发生在push命令中,有多是push的文件过大致使 解决方法: windows: 在 .git/config 文件中加入 [http] postBuffer = 524288000 linux: git config http.postBuffer 524288000
相关文章
相关标签/搜索