git push报错解决
Posted 张哲溪灬
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了git push报错解决相关的知识,希望对你有一定的参考价值。
问题描述:
git push的时候报如下错误:
error: RPC failed; curl 92 HTTP/2 stream 0 was not closed cleanly: PROTOCOL_ERROR (err 1)
解决步骤:
简单的解决方案(之后恢复为 http 2):
git config --global http.version HTTP/1.1
git push
git
以上是关于git push报错解决的主要内容,如果未能解决你的问题,请参考以下文章
解决git push报错:failed to push some refs to ‘git@github.com:anightmonarch/JavaEasyGoing.git‘
解决git push报错:failed to push some refs to ‘git@github.com:anightmonarch/JavaEasyGoing.git‘
Git总结笔记4-git push origin master 报错的解决方法
git 常见冲突解决——git push遇到报错error: failed to push some refs to ‘git@git.xxx.com:xxx/xxx.git