Hello!
I feel a bit foolish here but I’m quite stuck on the error message when running Zephyr Tools: Setup
[SETUP] git is not found
Error: Command failed: git --version
'git' is not recognized as an internal or external command,
operable program or batch file.
I’m running on Windows 11 i5 ×64 machine. I have Visual Studio Code up to date and have tried installing the current version of zephyr tools as well as the previous version. I have the path to the git executable configured in visual studio code in the settings.json file and other extensions seem to find it fine. I can run where.exe git.exe from powershell and get a reasonable response (C:\Program Files\Git\cmd\git.exe). I have restarted my machine a couple of times for good measure.
I do have some other things installed on the machine (mostly Keil and the Arm tool chain) - but I don’t believe I have anything that would so directly conflict with zephyr at the moment…
Anything else I can try so that the extension can find my git install? Thank you!