0

我正在使用委托给 MSYS2 git 进行拉取的 SourceTree。完整输出显示如下:

git -c diff.mnemonicprefix=false -c core.quotepath=false fetch upstream

git -c diff.mnemonicprefix=false -c core.quotepath=false pull --rebase upstream master
From https://github.com/metaeducation/ren-c
 * branch            master     -> FETCH_HEAD


First, rewinding head to replay your work on top of it...

fatal: Unable to create 'D:/dev/projects-open-source/ren-c_asampal/D:/dev/projects-open-source/ren-c_asampal/.git/ORIG_HEAD.lock': No such file or directory

Fast-forwarded HEAD to eb5e8acb29f315453d1ec58514acd8c25e1633eb.


git -c diff.mnemonicprefix=false -c core.quotepath=false submodule update --init --recursive
Completed successfully.

创建锁定文件时,我应该在哪里寻找虚假连接的原因?

我在 Windows 10 64 位下使用 MSYS2/MinGW-w64。

4

0 回答 0