I tried almost every answer on Stackoverflow, this is what I see
Counting objects: 134, done. Delta compression using up to 8 threads. Compressing objects: 100% (73/73), done. Writing objects: 100% (79/79), 208.38 KiB | 0 bytes/s, done. Total 79 (delta 37), reused 1 (delta 0) efrror: RPC failed; result=7, HTTP code = 401 atal: The remote end hung up unexpectedly fatal: The remote end hung up unexpectedly Everything up-to-date
Important to note: I am using a TFS Git server (maybe this is my problem, LOL)
Things I tried:
- make sure the url is right using git remote -v (all unloaded)
- increase global http.postBuffer to 524288000
Interestingly, the error message: RPC failed; result = 7 is interesting in most cases when the stack overflows, the result was either in 50 or in the 20s, the error that I think comes from libcurl. If so, I get CURLE_COULDNT_CONNECT (7) from TFS, which I have no idea why. Has anyone else encountered this error? Or do you know how to solve the problem that I see?
Error codes for Curl are here http://curl.haxx.se/libcurl/c/libcurl-errors.html
source share