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

标签 git github repository

我已经使用 Git 存储库几年了,但仍然感觉自己像个新手。非常欢迎帮助!

它开始克隆一段时间:

remote: Counting objects: 22394<br>
remote: Compressing objects: 100% (12314/12314)<br>
Receiving objects: 32% ....

错误:

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

git 命令:

git clone https://[username]:[password]@github.com/MegaWorldStudios/OmegatechV2.git "C:\OmegatechV2"

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

我发现了诸如此类的问题,但没有一个答案能解决问题。

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

git config http.postBuffer 524288000<br>
git config --global http.postBuffer 524288000

设置 --depth 1 并做一个浅克隆,我可以稍后 pull 其余部分

设置 --depth 2

error: RPC failed; result=18, HTTP code = 200
Cloning from a branch other than the main branch
Reinstalling the software and updating

这个可怕的错误是什么意思,修复/解决方法是什么?

提前致谢!

最佳答案

此错误是由于 Git 的 HTTPS 协议(protocol)引起的。要详细查看错误,您可以设置 GIT_CURL_VERBOSE 环境变量。例如:

$ GIT_CURL_VERBOSE=1 git pull

您的防病毒软件或防火墙可能正在修改传输中的 HTTP 数据包。参见 git clone failed due to antivirus例如。

最后,它可能是一个不可靠的网络连接。我正在使用连接到 Wifi 的 OSX 机器,当我切换到 LAN 连接时问题消失了。

关于Git 克隆存储库错误 : RPC failed; result=56, HTTP 代码 = 200,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/26197171/

相关文章:

git - 由于电子邮件验证而无法推送到 github

image - 如何从图像生成 Dockerfile?

performance - 多次修改后的SVN性能

node.js - npm show 与私有(private) npm 存储库

git - 如何在另一个存储库推送到远程后自动更新本地存储库?

git - 第二次 checkout 同一个本地 Git 分支?

javascript - 为什么我的页面没有加载到 Github 上?

python - github3.py 带有 IssueEvents 的 AttributeError

git - 使用 git commit history 查找项目热点?

git - 使用 JGit 仅获取单个标签