git push卡住,error: RPC failed; curl 56 HTTP/2 stream 5 was reset
错误信息:
error: RPC failed; curl 56 HTTP/2 stream 5 was reset
send-pack: unexpected disconnect while reading sideband packet
fatal: the remote end hung up unexpectedly
Everything up-to-date
解决:
git config --global http.version HTTP/1.1
或者在 Git 命令中直接添加 --http1.1
本文是原创文章,采用 CC BY-NC-ND 4.0 协议,完整转载请注明来自 刘哥还在学