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