fatal: unable to access 'https://github.com/xxx/xxx.git/': Error in the HTTP2 framing layer
解决方法:
尝试强制git使用HTTP1.1
git config --global http.version HTTP/1.1
若想切换回HTTP2
git config --global http.version HTTP/2
fatal: unable to access 'https://github.com/xxx/xxx.git/': Error in the HTTP2 framing layer
解决方法:
尝试强制git使用HTTP1.1
git config --global http.version HTTP/1.1
若想切换回HTTP2
git config --global http.version HTTP/2
本文标题:Error in the HTTP2 framing layer
本文链接:https://www.haomeiwen.com/subject/grmbijtx.html
网友评论