小编pix*_*ght的帖子

Git克隆存储库错误:RPC失败; result = 56,HTTP代码= 200

我已经使用了几年的Git存储库,但仍然感觉像是一个新的..帮助是最受欢迎的!

它开始克隆一段时间:

remote: Counting objects: 22394<br>
remote: Compressing objects: 100% (12314/12314)<br>
Receiving objects: 32% ....
Run Code Online (Sandbox Code Playgroud)

错误:

error: RPC failed; result=56, HTTP code = 200<br>
fatal: The remote end hung up unexpectedly<br>
fatal: early EOF<br>
fatal: index-pack failed
Run Code Online (Sandbox Code Playgroud)

git命令:

git clone https://[username]:[password]@github.com/MegaWorldStudios/OmegatechV2.git "C:\OmegatechV2"
Run Code Online (Sandbox Code Playgroud)

Git版本:
1.9.4-preview20140929(今天从git fellas下载/更新)

我找到了这样的问题,但没有一个答案解决了这个问题.

我也尝试过:
将postBuffer设置得更高,如同类似帖子所述

git config http.postBuffer 524288000<br>
git config --global http.postBuffer 524288000
Run Code Online (Sandbox Code Playgroud)

设置--depth 1并做一个浅层克隆,我可以稍后完成剩下的工作

设置 - 深度2

error: RPC failed; result=18, HTTP code = 200
Cloning from a branch other than the main branch
Reinstalling …
Run Code Online (Sandbox Code Playgroud)

git github repository

19
推荐指数
1
解决办法
4万
查看次数

标签 统计

git ×1

github ×1

repository ×1