来源:https://blog.csdn.net/qq_34466755/article/details/113748527
错误:error: RPC failed; curl 92 HTTP/2 stream
方法一:将git 远程地址改为自己的ssh地址
git remote set-url origin git@github.com:github用户名/仓库名.git
方法二:增加git缓冲区大小
git config --global http.postBuffer 524288000