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