You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In WSL it works like a charm, but in Windows I get the Error: Program 'git' must be installed error, because 'which' is not recognized as an internal or external command 😞
I tried using Set-Alias which where.exe and it works on the command line:
PS C:\windows\system32> which git
C:\Program Files\Git\cmd\git.exe
But I still get
'which' is not recognized as an internal or external command,
operable program or batch file.
Error: Program 'git' must be installed
😞
The text was updated successfully, but these errors were encountered:
In WSL it works like a charm, but in Windows I get the
Error: Program 'git' must be installed
error, because'which' is not recognized as an internal or external command
😞I tried using
Set-Alias which where.exe
and it works on the command line:But I still get
😞
The text was updated successfully, but these errors were encountered: