You're on your way to the next level! Join the Kudos program to earn points and save your progress.
Level 1: Seed
25 / 150 points
Next: Root
1 badge earned
Challenges come and go, but your rewards stay with you. Do more to earn more!
What goes around comes around! Share the love by gifting kudos to your peers.
Keep earning points to reach the top of the leaderboard. It resets every quarter so you always have a chance!
Join now to unlock these features and more
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.
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
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
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.