KingCheni / KingCheni.github.io

ToFlying: KingChen's Blog
0 stars 0 forks source link

Git连接Github失败解决办法 - ToFlying #9

Open KingCheni opened 2 years ago

KingCheni commented 2 years ago

https://toflying.com/2022/07/03/2-git-connect-github-with-errors/

出现这些错误大多情况下是由当前使用了代理产生的,如果关闭了代理无法直连Github可以参考以下解决方案。 HTTP/2 streamHTTP/2 stream 1 was not closed cleanly before end of the underlying stream 提示默认通信协议出错,更改默认通信协议 1git config --global http.vers

gupingan commented 11 months ago

谢谢,解决了我遇到的问题