‘where’ is not recognized as an internal or external command, operable program or batch file. Error: Unable to find git in your PATH.
1 min readSep 1, 2020
[Installation Problem in flutter]
Make sure , you have downloaded the following-:
- flutter
- git
Next , is to add the following in user Path Variables [ Environment Variables<Users<Path ]
- C:\src\flutter\bin
Now, add them in System Path Variables. [Environment Variables< System< Path]
- C:\Program Files\Git\cmd
- C:\Windows\System32\WindowsPowerShell\v1.0\
- C:\Windows\System32
Congratulations! , Your Setup is Ready.