Git cloning process failes with curl 56 error
I had the same problem while commiting/pushing and The remote end hung up unexpectedly while git cloning helped by raising the buffer with a command like
git config --global http.postBuffer 524288000
There is a similar error during Git clone process Git Clone Fails - error: RPC failed; result=56, HTTP code = 200 Please try the solution in the link.
Execute the following in the command line before executing the Git command:
1 set GIT_TRACE_PACKET=1
2 set GIT_TRACE=1
3 set GIT_CURL_VERBOSE=1