Trying to do a fetch from origin:
git remote update
Get the error
Error: Cannot Spawn C:\\Path To\\TortoiseGit\\Bin: No su
I faced this problem when I was required to remove and install the TortoiseGit and Git. Previously both was installed on C:\ but later I installed those on F:. So after re-installing when I tried to pull repositories it was giving me the following error while using from context menu
error: cannot spawn C:\Program Files\TortoiseGit\bin\TortoisePlink.exe: No such file or directory
After little bit investigation I went to Settings->Network and update the SSH Client path from C:... to F:... and then it was resolved.