报错信息
致命错误:无法访问 'xxxxxx':HTTP/2 stream 1 was not closed cleanly before end of the underlying stream
报错解决
错误原因是 git 默认使用的通信协议出现了问题,可以通过将默认通信协议修改为 http/1.1 来解决该问题:文章来源地址https://www.toymoban.com/news/detail-771440.html
git config --global http.version HTTP/1.1
文章来源:https://www.toymoban.com/news/detail-771440.html
到了这里,关于git push 时报错解决的文章就介绍完了。如果您还想了解更多内容,请在右上角搜索TOY模板网以前的文章或继续浏览下面的相关文章,希望大家以后多多支持TOY模板网!