报错
> git push o main
error: RPC failed; curl 92 Stream error in the HTTP/2 framing layer
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
所有评论(0)