Create
cancel
Showing results for 
Search instead for 
Did you mean: 
Sign up Log in

BitBucket Disconnects During Long Upload/Downloads

Jordan Whitelock
I'm New Here
I'm New Here
Those new to the Atlassian Community have posted less than three times. Give them a warm welcome!
September 4, 2019

Hi,

 

Seem to be getting the following error message during long uploads/downloads to our self hosted server:

error: RPC failed; curl 55 Send failure: Connection was aborted
error: RPC failed; curl 56 Recv failure: Connection was reset

 

We are using http connections and would prefer to get this working rather than SSH. Any help would be greatly appreciated.

2 answers

1 vote
Mikael Sandberg
Community Leader
Community Leader
Community Leaders are connectors, ambassadors, and mentors. On the online community, they serve as thought leaders, product experts, and moderators.
September 4, 2019

Hi @Jordan Whitelock,

Welcome to the Atlassian Community.

You could try and set the http.postbuffer to the same size as the largest file in your repository and see if that helps. Lets say the largest file is 200 Mb, then the command would look like this (convert Mb to bytes)

git config --global http.postbuffer 209715200 
0 votes
Rafael Pinto Sperafico
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
September 4, 2019

Hi @Jordan Whitelock ,

HTTP protocol is very fragile in comparison to SSH when it comes to Git. Perhaps, you should considering implementing SSH communication.

Here is more information regarding on the error you have described:

Kind regards,
Rafael

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events