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: 

When I push my project, I get the message below

damsistemas
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!
August 15, 2024

git.exe push --progress -- "bitbucket" develop:develop

Enumerating objects: 35, done. Counting objects: 100% (35/35), done.

Delta compression using up to 6 threads Compressing objects: 100% (20/20), done.

Writing objects: 100% (20/20), 65.62 KiB | 1.77 MiB/s, done.

Total 20 (delta 18), reused 0 (delta 0), pack-reused 0

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

send-pack: unexpected disconnect while reading sideband packet

fatal: the remote end hung up unexpectedly

Everything up-to-date

git did not exit cleanly (exit code 1) (894812 ms @ 15/08/2024 11:52:52)

1 answer

Comments for this post are closed

Community moderators have prevented the ability to post new answers.

0 votes
Ben
Atlassian Team
Atlassian Team members are employees working across the company in a wide variety of roles.
August 18, 2024

Hi damsistemas,

Please try the following GIT config modification steps to resolve this issue:

  • Increase the http buffer to ensure it is not overloaded when fetching:
    git config --global http.postBuffer 52428800
  • Turn off the compression when fetching:
    git config --global core.compression 0

If this does not resolve the issue - please raise a ticket directly with our support team by using the URL for your paid Standard workspace - if you have issues doing so, please let me know which timezone you are in and I will raise one on your behalf:

Cheers!

- Ben (Bitbucket Cloud Support)

DEPLOYMENT TYPE
CLOUD
PRODUCT PLAN
STANDARD
PERMISSIONS LEVEL
Product Admin Site Admin
TAGS
AUG Leaders

Atlassian Community Events