Я работаю через простой пример GitFlow. Когда я добираюсь до заключительного шага для завершения выпуска, я получаю ошибку ниже. Почему он ищет Code.exe? Почему Visual Studio Code имеет какое-либо отношение к этому процессу? Я закрыл все свои экземпляры VSCode и запустил $ git flow release finish 2.2.124.0
из командной строки Bash, и все еще получаю эту ошибку.
$ git flow release finish 2.2.124.0
Already on 'master'
Your branch is up to date with 'origin/master'.
hint: Waiting for your editor to close the file... 'C:\Program Files\Microsoft VS Code\Code.exe' --wait: C:\Program Files\Microsoft VS Code\Code.exe: No such file or directory
error: There was a problem with the editor ''C:\Program Files\Microsoft VS Code\Code.exe' --wait'.
Please supply the message using either -m or -F option.
Fatal: Tagging failed. Please run finish again to retry.
Любая помощь приветствуется. Спасибо!