gpt4 book ai didi

git bash : error: RPC failed; result = 18, HTP 代码 = 200B | 1KiB/s

转载 作者:IT王子 更新时间:2023-10-29 01:26:33 27 4
gpt4 key购买 nike

当我尝试在 git bash 上克隆时,我收到此错误:

$git clone <link>
Cloning into 'name_project'...
Password for '<link>':
remote: Counting objects: 100% (659/659), done.
error: RPC failed; result=18, HTTP code = 200B | 1 KiB/s
fatal: The remote end hung up unexpectedly
fatal: early EOF
fatal: recursion detected in die handler

这是使用的命令:

git clone h(double t)ps://account@bitbucket.org/path.git

有人能帮忙吗?

最佳答案

failed with error: RPC failed 的解决方法;结果=18,HTTP 代码=200

第一个解决方案:

如果错误是致命的,请尝试在远程存储库中运行以下命令:index-pack failed

git repack -a -f -d --window=250 --depth=250

第二种解决方案:

如果上述方法不起作用,也可以从远程存储库位置尝试以下方法:

git gc --aggressive

git repack -a -f -d --window=250 --depth=250

第三种解决方案:

尝试减少远程存储库配置中的 postBuffer 大小。按照以下步骤操作

<醇>
  • 进入远程git仓库目录
  • 运行以下命令以减小 postBuffer 的大小

    git config http.postBuffer 24288000

  • 你可以通过执行“git config --get http.postBuffer”来检查这个值
  • 现在尝试克隆存储库(回到克隆的位置)
  • 如果因错误而失败:RPC 失败;结果=18,HTTP 代码=200 通过在配置中进一步增加 postBuffer 再试一次。转到第 1 步。
  • 关于git bash : error: RPC failed; result = 18, HTP 代码 = 200B | 1KiB/s,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/17683295/

    27 4 0
    Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
    广告合作:1813099741@qq.com 6ren.com