error: RPC failed; curl 16 Error in the HTTP2 framing layerfatal: expected flush after ref listing
error: RPC failed; curl 16 Error in the HTTP2 framing layerfatal: expected flush after ref listing解决方法
·
git clone 的时候出现
error: RPC failed; curl 16 Error in the HTTP2 framing layer
fatal: expected flush after ref listing
解决办法
git config --global http.version HTTP/1.1
如果要设置回http2
git config --global http.version HTTP/2
更多推荐
所有评论(0)