当我尝试在git repo中推送大文件时,我收到以下消息。
$ git push origin master
Counting objects: 10, done.
Delta compression using up to 2 threads.
Compressing objects: 100% (9/9), done.
ffatal: sha1 file '<stdout>' write error: Broken pipe
atal: The remote end hung up unexpectedly
error: failed to push some refs to 'ssh://user@website.com:/X/Y/Z'
我在Windows机器上使用GitBash,版本是
$ git version
git version 1.9.5.msysgit.1
我已将以下内容添加到我的.git / config文件中:
[pack]
packSizeLimit = 200000000
windowMemory = 100000000
[http]
postBuffer = 524715200
[ssh]
postBuffer = 524715200
我知道你可能想要回答这个问题,但我在发布这个问题之前做了我的功课,却找不到合适的解决方案。