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
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
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.