git [rpc failed curl 56 http/2 stream 7 was reset]

👀·2023년 10월 4일
0

Windows 11 버전 22H2 curl 8.0.1.0 문제 발생

-이유

Total 96 (delta 61), reused 0 (delta 0), pack-reused 0
error: RPC failed; curl 56 HTTP/2 stream 7 was reset
send-pack: unexpected disconnect while reading sideband packet
fatal: the remote end hung up unexpectedly

-해결

git config --global http.version HTTP/1.1
git push origin mybrunch
git config --global http.version HTTP/2.

-참고
https://github.com/curl/curl/issues/11353

0개의 댓글