Answers for "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"

0

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
Posted by: Guest on September-25-2021

Code answers related to "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"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language