git clone http 连接报错 error RPC failed curl 92 HTTP2 stream

创建日期: 2024-02-26 18:04 | 作者: 风波 | 浏览次数: 16 | 分类: Git

来源: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
16 浏览
13 爬虫
0 评论