Warning: file_get_contents(/data/phpspider/zhask/data//catemap/9/git/21.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181

Warning: file_get_contents(/data/phpspider/zhask/data//catemap/4/algorithm/12.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Git 乌龟在“克隆”和“拉”上显示错误_Git_Tortoisegit - Fatal编程技术网

Git 乌龟在“克隆”和“拉”上显示错误

Git 乌龟在“克隆”和“拉”上显示错误,git,tortoisegit,Git,Tortoisegit,尝试从任何存储库克隆时,我遇到以下错误: POST git-upload-pack (300 bytes) remote: Counting objects: 7450, done. remote: Compressing objects: 100% (4062/4062), done. Receiving objects: 100% (7450/7450), 20.57 MiB | 188.00 KiB/s, done. Resolving deltas: 100% (3264/3264),

尝试从任何存储库克隆时,我遇到以下错误:

POST git-upload-pack (300 bytes)
remote: Counting objects: 7450, done.
remote: Compressing objects: 100% (4062/4062), done.
Receiving objects: 100% (7450/7450), 20.57 MiB | 188.00 KiB/s, done.
Resolving deltas: 100% (3264/3264), done.
remote: Total 7450 (delta 3264), reused 7186 (delta 3000)
Checking connectivity... fatal: remote did not send all necessary objects
Unexpected end of command stream

git did not exit cleanly (exit code 128) (154285 ms @ 17-10-2013 AM 11:57:14)

如果可能的话,请给我一条出路

这似乎是以下因素的组合:

使用, 使用Git For Windows 2013年8月的报告提到:

但我很确定这不是一个乌龟问题

我们在Ortoisegit命令中遇到了一些问题——GUI对话框保持打开状态,git.exe进程仍在运行,但什么也没发生。乌龟好像被什么东西卡住了

如果git进程仍在运行,TGit将等待它退出

现在,如果同一克隆通过git bash git克隆工作,那么:

对于其他问题: 请尝试我们的最新预览版本,如果您再次体验,请打开新版本。多谢各位


这是一个内存不足错误,如?重新启动后它是否仍然存在?是,它在重新启动后仍然存在。您是否尝试提升http.postBuffer?是的,我也提出了http.postBuffer,但仍然有同样的问题。