致命:无法创建工作树目录 'ncorr_2D_matlab'
fatal: could not create work tree dir 'ncorr_2D_matlab'
我正尝试按照说明在我的 Matlab 文件夹中克隆“https://github.com/justinblaber/ncorr_2D_matlab”,但出现此错误:
fatal: could not create work tree dir 'ncorr_2D_matlab': No such file or directory
我什至尝试创建目录,但仍然出现错误:
Cloning into 'ncorr_2D_matlab'...
C:/Users/DHRUV DARDA/Documents/MATLAB/ncorr_2D_matlab/.git: No such file or directory
当我在 User/'DHRUV DARDA'/Documents 文件夹中尝试此操作时,我遇到了上述错误,但是当我在 User/'DHRUV DARDA' 中执行相同操作时,它起作用了。有人可以解释为什么吗?
确保您没有克隆到可以与 Microsoft OneDrive 云存储服务自动同步的文件夹 (Documents/
)。
那会立即弄乱正在尝试创建的存储库。
要确认这一点,请尝试将其克隆到更简单的路径(用于测试)
mkdir C:\test
cd C:\test
git clone https://github.com/justinblaber/ncorr_2D_matlab
我正尝试按照说明在我的 Matlab 文件夹中克隆“https://github.com/justinblaber/ncorr_2D_matlab”,但出现此错误:
fatal: could not create work tree dir 'ncorr_2D_matlab': No such file or directory
我什至尝试创建目录,但仍然出现错误:
Cloning into 'ncorr_2D_matlab'...
C:/Users/DHRUV DARDA/Documents/MATLAB/ncorr_2D_matlab/.git: No such file or directory
当我在 User/'DHRUV DARDA'/Documents 文件夹中尝试此操作时,我遇到了上述错误,但是当我在 User/'DHRUV DARDA' 中执行相同操作时,它起作用了。有人可以解释为什么吗?
确保您没有克隆到可以与 Microsoft OneDrive 云存储服务自动同步的文件夹 (Documents/
)。
那会立即弄乱正在尝试创建的存储库。
要确认这一点,请尝试将其克隆到更简单的路径(用于测试)
mkdir C:\test
cd C:\test
git clone https://github.com/justinblaber/ncorr_2D_matlab