当前位置:   article > 正文

RPC 失败。curl 16 Error in the HTTP2 framing layer_error: rpc failed; curl 16 error in the http2 fram

error: rpc failed; curl 16 error in the http2 framing layer

报错:

(base) h@h-virtual-machine:~/work$ git clone https://github.com/yangzongzhuan/RuoYi-Vue3.git
正克隆到 'RuoYi-Vue3'...
error: RPC 失败。curl 16 Error in the HTTP2 framing layer
fatal: 在引用列表之后应该有一个 flush 包
  • 1
  • 2
  • 3
  • 4

这个错误通常是由于 Git 在网络传输时遇到了问题导致的。一种可能的解决方法是使用 git clone 命令的 --depth 参数,限制克隆的深度,以减少网络传输中的数据量。你可以尝试使用如下命令:

git clone --depth=1 https://github.com/yangzongzhuan/RuoYi-Vue3.git
  • 1

这会将克隆的历史记录限制为最近的一次提交,从而减少传输数据量。

声明:本文内容由网友自发贡献,不代表【wpsshop博客】立场,版权归原作者所有,本站不承担相应法律责任。如您发现有侵权的内容,请联系我们。转载请注明出处:https://www.wpsshop.cn/w/你好赵伟/article/detail/726257
推荐阅读
相关标签
  

闽ICP备14008679号