Я установил git bash на мою Windows 10, git команду, она не работает. когда я пробовал команду where ssh
, она не давала s sh path.
$ where ssh
INFO: Could not find files for the given pattern(s).
Git вывод команды
$ GIT_CURL_VERBOSE=1 GIT_TRACE=2 git pull
17:10:54.997063 exec-cmd.c:237 trace: resolved executable dir: C:/Program Files/Git/mingw64/bin
17:10:54.999069 git.c:439 trace: built-in: git pull
17:10:55.001073 run-command.c:663 trace: run_command: git fetch --update-head-ok
17:10:55.020125 exec-cmd.c:237 trace: resolved executable dir: C:/Program Files/Git/mingw64/libexec/git-core
17:10:55.022127 git.c:439 trace: built-in: git fetch --update-head-ok
17:10:55.025106 run-command.c:663 trace: run_command: unset GIT_PREFIX; GIT_PROTOCOL=version=2 ssh -o SendEnv=GIT_PROTOCOL
error: cannot spawn ssh: No such file or directory
fatal: unable to fork
Я переустановил git bash дважды, как исправить эту ошибку?