Error: Cannot Spawn C:\Path To\TortoiseGit\Bin: No such file or directory

后端 未结 6 1740
时光说笑
时光说笑 2021-01-07 22:51

Trying to do a fetch from origin:

git remote update

Get the error

Error: Cannot Spawn C:\\Path To\\TortoiseGit\\Bin: No su         


        
6条回答
  •  终归单人心
    2021-01-07 23:28

    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.

提交回复
热议问题