error: RPC failed; result=52 while cloning

anilbhandary NA April 5, 2016
git clone https://user@bitbucket.org/project/repo.git

 will simply return the error 

error: RPC failed; result=52, HTTP code = 0
fatal: The remote end hung up unexpectedly

 

I have tried increasing my Http buffer size and other stuff mentioned online but in vain.

 

Can someone help me how I should be able to clone?

 

1 answer

0 votes
rsperafico
Atlassian Team
Atlassian Team members are employees working across the company in a wide variety of roles.
November 21, 2016

Hello,

Based on the error mentioned, it seems your repository is quite big and HTTPS prolocol cannot handle it correclty. That said, you could:

  1. 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 https://user@bitbucket.org/project/repo.git
  2. 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

  3. clone using SSH instead
  4. raise a support request as already suggested in this thread

Kind regards,
Rafael P. Sperafico

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events