I am trying to clone my project from GitHub private repo using Ubuntu 13.04.
I am getting error as below all the time
error: RPC failed; result=18, HTTP code = 200| 17 KiB/s
fatal: The remote end hung up unexpectedly
fatal: early EOF
fatal: recursion detected in die handler
I have tried the following command as well but not difference
git config --global http.postBuffer 524288000
Is there anything i may be missing? Btw, I am able to clone without problem in windows.