Error in the HTTP2 framing layer

2025-05-14  本文已影响0人  流年划过颜夕

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
上一篇 下一篇

猜你喜欢

热点阅读