I get the following error on one of my repositories. Other repos work ok...
I'm using Git Extensions 3.5.1.12196 on Windows 10
Git v2.41.0.windows.3
"C:\Program Files\Git\bin\git.exe" push --recurse-submodules=check --progress "origin" refs/heads/master:refs/heads/master
Enumerating objects: 298, done.
Counting objects: 100% (298/298), done.
Delta compression using up to 8 threads
Compressing objects: 100% (284/284), done.
Writing objects: 100% (287/287), 280.29 KiB | 2.40 MiB/s, done.
Total 287 (delta 106), 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
Done
G'day, @Nick Ford
Welcome to the community!
I recall that a specific version of Git for Windows had a bug that caused timeouts during clone, pull, or fetch operations. Since you seem to be using an outdated version of Git, I recommend updating to the latest version to see if that resolves the issue.
Let me know how it goes.
Regards,
Syahrul
That did it, upgraded to latest Git v2.47
Thanks Syahrul.
Nick
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.