Delta compression using up to 4 threads error: RPC failed; curl 92 HTTP/2 stream 0 was not closed cleanly: CANCEL (err 8) send-pack: unexpected disconnect while reading sideband packet
# Push with HTTP 1 & then reverse to HTTP 2 (default) :
git config --global http.version HTTP/1.1
git push
git config --global http.version HTTP/2