问题描述
在运行该命令的的混帐获取github上的后,我收到以下错误:
When running the command git fetch github , I get the following error:
致命的:写入错误:破碎pipe93),23.23 MIB | 635昆明植物研究所/ S 的
致命的:指数包失败。的
fatal: write error: Broken pipe93), 23.23 MiB | 635 KiB/s
fatal: index-pack failed.
然后我得到一个git.exe已停止工作,而Windows试图找到一个解决问题的错误消息。
I then get a "git.exe has stopped working" error message while Windows attempts to find a solution to the problem.
运行 * GIT_TRACE = 1混帐取github上* 没有给出任何其他细节。
Running *GIT_TRACE=1 git fetch github* doesn't give any additional details.
的 注意:我可以执行混帐取github上[分支名] 直接和工作没有错误的
Note: I can perform a git fetch github [branch name] directly and that works without error
当我尝试在Git中桂库>的COM preSS数据库,我得到错误:命令失败。我得到同样的错误,当我尝试库>验证数据库。
When I try "Repository > Compress Database" in Git Gui, I get "Error: Command Failed". I get the same error when I try "Repository > Verify Database".
我如何解决这个问题?这几乎就像我的本地回购已损坏。
How do I get around this? It's almost like my local repo is corrupt.
系统信息
- *混帐击:1.7.4- preview20110204
- 的Windows 7 64位*
推荐答案
选项情侣:
- 检查问题在新的的本地回购仍然存在(因此,重新克隆你的GitHub库后)
-
检查是否提高postBuffer大小可以缓解这个问题。
- check if the problem persists in a new local repo (so, after re-cloning your GitHub repo)
check if raising the postBuffer size can alleviate the problem
混帐配置--global http.postBuffer 524288000
git config --global http.postBuffer 524288000
(如在上述The远端挂了意外而Git克隆)
这篇关于Git的获取github上:指数包失败的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!