Create
cancel
Showing results for 
Search instead for 
Did you mean: 
Sign up Log in

Git Push Timeout

john
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!
October 9, 2024
I get the following error when trying to git push to my bitbucket repo. The compressing objects and writing happens instantly then it hangs for 10minutes and times out. I pushed a smaller commit on this new branch 2 hours ago so nothing else has changed except this new (bigger) commit.
The error:
git.exe push --progress "origin" feature/PLNK-178-eft-emails2:feature/PLNK-178-eft-emails2 Enumerating objects: 156, done. Counting objects: 100% (156/156), done. Delta compression using up to 12 threads Compressing objects: 100% (86/86), done. Writing objects: 100% (88/88), 92.88 KiB | 4.42 MiB/s, done. Total 88 (delta 73), 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

I've tried:
- git config --global http.postBuffer 524288000
- re-clone
- restart
- new branch

1 answer

1 accepted

0 votes
Answer accepted
john
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!
October 10, 2024

I tried this again:

git config set post buffer
git config core.compression 0
git push

Then it asked to log in (might have removed my windows credential manager key in testing). Anyway it seems to work now.

Suggest an answer

Log in or Sign up to answer
DEPLOYMENT TYPE
CLOUD
PRODUCT PLAN
STANDARD
TAGS
AUG Leaders

Atlassian Community Events