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