而在Windows中克隆git存储库显示错误:无法创建临时文件:没有这样的文件或目录

时间:2017-05-03 07:34:46

标签: git gitlab git-bash atlassian-sourcetree smartgit

在windows中克隆git repository show错误无法创建临时文件:没有这样的文件或目录,致命:写入对象失败, 致命:unpack-objects失败 我尝试了不同的软件sourcetree,smartgit和git-bash,但每个人都显示相同的错误

git -c filter.lfs.smudge= -c filter.lfs.required=false
    -c diff.mnemonicprefix=false -c core.quotepath=false
    -c credential.helper=manager-st
    clone --branch master --recursive
    https://narendra910512@gitlab.com/arun.mondal/PostgresProcess.git
    "E:\Collectcent Projects\PostgresProcess"
Cloning into 'E:\Collectcent Projects\PostgresProcess'...
error: unable to create temporary file: No such file or directory
fatal: failed to write object
fatal: unpack-objects failed
Completed with errors, see above.

我尝试了很多,但无法找到任何解决方案。

1 个答案:

答案 0 :(得分:0)

将文件添加到存储库时,我遇到了类似的问题。刚刚找到了适合我的解决方案。我将fscache配置更改为False。

git config --global core.fscache false

让我知道它是否有效!