The Atlassian Community Forums are currently in read-only mode. We will be relaunching on a new platform on September 22 (read more here). We apologize for the extended downtime. For concerns or questions, please email communitymanagers@atlassian.com. See you on the other side, on the new Atlassian Community Forums! :)

×

Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

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

Comments for this post are closed

Community moderators have prevented the ability to post new answers.

Post a new question

1 vote
Mikael Sandberg
Community Champion
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 Champions.
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

TAGS
AUG Leaders

Atlassian Community Events