30

Detailed info:

Username for 'https://xiangwan.visualstudio.com': xiangwan Password for 'https://[email protected]': Counting objects: 85, done. Delta compression using up to 4 threads. Compressing objects: 100% (58/58), done. Writing objects: 100% (63/63), 20.67 KiB | 0 bytes/s, done. Total 63 (delta 26), reused 1 (delta 0) error: RPC failed; result=56, HTTP code = 0 fatal: The remote end hung up unexpectedly fatal: The remote end hung up unexpectedly Everything up-to-date 
  1. has set git config http.postBuffer 524288000, still the error;
  2. Only HTTPS authenticate, no SSH
3
  • 1
    try to do GIT_CURL_VERBOSE=1 git push and check the error. More info: confluence.atlassian.com/pages/viewpage.action?pageId=301663267 Commented Feb 27, 2014 at 13:06
  • In my case only solved disabling Kaspersky AV NDIS 6 Filter. Many network problems were reported by a lot of peoples with that filter since 2007. Commented Jul 24, 2014 at 23:49
  • DIFFERENT solution to same problem! Workaround for Atlassian Stash Commented Nov 9, 2016 at 10:26

1 Answer 1

58

The problem is most likely because your git buffer is too low.

You will need to increase Git’s HTTP buffer by setting.

git config --global http.postBuffer 2M 
Sign up to request clarification or add additional context in comments.

8 Comments

has set git config http.postBuffer 524288000, still the error;
did u solve it? I have the same error
In my case only solved disabling Kaspersky AV NDIS 6 Filter. Many network problems were reported by a lot of peoples with that filter since 2007.
I solved it with git config!
I solved with : git config --global http.postBuffer 12M
|

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.