vadyakovenko@Vadyms-MBP safelyhq % git push origin HEAD:master
Enumerating objects: 41, done.
Counting objects: 100% (41/41), done.
Delta compression using up to 8 threads
Compressing objects: 100% (25/25), done.
Writing objects: 100% (25/25), 152.55 KiB | 8.03 MiB/s, done.
Total 25 (delta 18), reused 0 (delta 0), pack-reused 0
error: RPC failed; curl 55 Recv failure: Connection reset by peer
send-pack: unexpected disconnect while reading sideband packet
fatal: the remote end hung up unexpectedly
Everything up-to-date
vadyakovenko@Vadyms-MBP safelyhq % git push origin HEAD:master
Enumerating objects: 41, done.
Counting objects: 100% (41/41), done.
Delta compression using up to 8 threads
Compressing objects: 100% (25/25), done.
Writing objects: 100% (25/25), 152.55 KiB | 10.17 MiB/s, done.
Total 25 (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
vadyakovenko@Vadyms-MBP safelyhq %
This error typically indicates a connection issue. We have an article with troubleshooting steps regarding this - please follow this and let me know if you still encounter problems:
Hope this helps.
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.