在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.
我尝试了很多,但无法找到任何解决方案。
答案 0 :(得分:0)
将文件添加到存储库时,我遇到了类似的问题。刚刚找到了适合我的解决方案。我将fscache配置更改为False。
git config --global core.fscache false
让我知道它是否有效!