问题描述:
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