Forums

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

Getting an error message while trying to push a file from local system to Bit Bucket

Damodaran Raman
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!
January 31, 2019

The below error message is displayed while trying to push a file from local system to Bit Bucket

error: RPC failed; HTTP 503 curl 22 The requested URL returned error: 503 Service Unavailable

1 answer

0 votes
Stephen Sifers
Atlassian Team
Atlassian Team members are employees working across the company in a wide variety of roles.
February 1, 2019

Hello Damodaran and welcome to the Community!

This error can be related to large files that are being pushed. With this said, we have seen cases similar to this resolved by adjusting your git buffer size.

Could you please attempt to adjust your local git buffer size with the follows:

git config --global http.postBuffer 524288000

Please try to push your files again, if you get the same error, please change your buffer to a larger size as follows:

git config --global http.postBuffer 1048576000

If you’re still getting errors when pushing your commit, please let us know.

Regards,
Stephen Sifers

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events