发生在push命令中,有可能是push的文件过大导致
解决方法:
windows:
在 .git/config 文件中加入
[http]
postBuffer = 524288000
linux:
git config http.postBuffer 524288000
git 异常 fatal: The remote end hung up unexpectedly
最新推荐文章于 2024-08-05 11:23:55 发布
发生在push命令中,有可能是push的文件过大导致
解决方法:
windows:
在 .git/config 文件中加入
[http]
postBuffer = 524288000
linux:
git config http.postBuffer 524288000