Tortoise git 2.8.0.0 running on Windows 10
I have msys2 installed and am using the msys2 git for tortoise git (all the msys2 stuff is current according to pacman)
Whenever I attempt via the GUI to do something that refers to a remote repository, I get an error dialog like:
git.exe pull --progress -v --no-rebase "origin"
error: cannot run C:\Program Files\TortoiseGit\bin\TortoiseGitPlink.exe: No such file or directory
fatal: unable to fork
git did not exit cleanly (exit code 1) (109 ms @ 6/1/2019 16:26:23)
Tortoise git is installed in the default location, which is where that path points, and the file exists there:
C:\>dir "c:\Program Files\TortoiseGit\bin\TortoiseGitPlink.exe"
Volume in drive C is OS
Volume Serial Number is 7452-E6EF
Directory of c:\Program Files\TortoiseGit\bin
02/28/2019 22:16 566,432 TortoiseGitPlink.exe
1 File(s) 566,432 bytes
0 Dir(s) 311,373,410,304 bytes free
I haven't changed protections anywhere in c:\Program Files, and a quick check shows the file should be accessible -- anyway the message says "does not exist".
Removing Tortoise Git, rebooting, and reinstalling doesn't help.
Suggestions? I see stuff relating to there being a space in the file path or to environment variable GIT_SSH, but GIT_SSH is not defined on this system, and plink is in its default install location (that can't not work, right?).