Hi
First time needing to use support.
Today i created a new project and repository and set the origin to https locally. I've tried pushing using:
git push -u origin main
I get the below:
Enumerating objects: 200, done. Counting objects: 100% (200/200), done. Delta compression using up to 12 threads Compressing objects: 100% (186/186), done. Writing objects: 100% (200/200), 169.36 KiB | 11.29 MiB/s, done. Total 200 (delta 34), reused 0 (delta 0), pack-reused 0
But it just hangs here and the CLI doesn't look like it completes and no files are uploaded at all to the repository. The repository remains empty.
***EDIT - Further Note***
I've just left it working and after 14 minutes & 51 seconds it added the below:
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
Hello @kinger251285 ,
and welcome to the Community!
We have received some similar reports a few days ago, and after further investigation it was identified the issue was actually caused by a bug in git that was making the transaction to get stuck.
The solution to the issue was to update your local git version to the more recent one available at Git SCM - Downloads .
By the time I write this message the latest version is 2.47.
We're here to help, so let us know if upgrading the version solves the issue!
Thank you, @kinger251285 !
Patrik S
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.