Git Push错误56

时间:2014-04-07 15:02:23

标签: git push

我在使用Git推送时遇到了麻烦。它失败了,现在我在这背后阻止了几个本地提交。我知道之前已经问过这个问题。每个人似乎都给出了升级http.postbuffer的答案,但是这对我没用。我是Git的新手,但看起来推送没问题然后事情就会崩溃了?不确定如何阅读返回的诊断消息。

我失败的条目是:

git config --global http.postbuffer 524288000
git config http.postbuffer 524288000

这是我回到Push上的内容。有一个36MB的DLL进入,这是我唯一不寻常的事情。

git.exe push -v --progress  "origin" Develop:Develop

Counting objects: 99, done.
Delta compression using up to 4 threads.
Compressing objects: 100% (78/78), done.
Writing objects: 100% (89/89), 13.13 MiB | 0 bytes/s, done.
Total 89 (delta 19), reused 30 (delta 2)
POST git-receive-pack (13770696 bytes)
fatal: The remote end hung up unexpectedly
fatal: The remote end hung up unexpectedly
error: RPC failed; result=56, HTTP code = 0
Pushing to https://********
Everything up-to-date


git did not exit cleanly (exit code 1) (193316 ms @ 4/7/2014 9:51:02 AM)

任何其他建议将不胜感激!

0 个答案:

没有答案