I get this error cloning a specific repo, while other of my repos clone with no problem:
git clone error: fatal: RPC failed; curl 52 Empty reply from server The remote end hung up unexpectedly
Any idea about a solution?
There might be more information in the server logs. I'd suggest opening a support request on https://support.atlassian.com and uploading support zip so our support engineers can scan for errors in the logs.
Hello John,
Based on the error mentioned, it seems you are experiencing issues while cloning using HTTP(S) prolocol. That said, you could:
evaluate the issue by running the following from Command Prompt / Terminal:
# Linux export GIT_TRACE_PACKET=1 export GIT_TRACE=1 export GIT_CURL_VERBOSE=1 # Windows set GIT_TRACE_PACKET=1 set GIT_TRACE=1 set GIT_CURL_VERBOSE=1 git clone <YOUR CLONE URL>
attempt on increasing the buffer size
git config http.postBuffer <SIZE>
Please, refer to the following documentartion for further information:
- https://confluence.atlassian.com/bitbucketserverkb/git-push-fails-fatal-the-remote-end-hung-up-unexpectedly-779171796.html
- https://confluence.atlassian.com/bitbucketserverkb/error-rpc-failed-result-22-push-to-bitbucket-server-fails-779171801.html
—
Kind regards,
Rafael P. Sperafico
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.