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 を使用しています。