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)
Hi damsistemas,
Please try the following GIT config modification steps to resolve this issue:
git config --global http.postBuffer 52428800
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)
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.