‘where’ is not recognized as an internal or external command, operable program or batch file. Error: Unable to find git in your PATH.

Hritika Agarwal
1 min readSep 1, 2020

--

[Installation Problem in flutter]

Make sure , you have downloaded the following-:

  1. flutter
  2. git

Next , is to add the following in user Path Variables [ Environment Variables<Users<Path ]

  1. C:\src\flutter\bin

Now, add them in System Path Variables. [Environment Variables< System< Path]

  1. C:\Program Files\Git\cmd
  2. C:\Windows\System32\WindowsPowerShell\v1.0\
  3. C:\Windows\System32

Congratulations! , Your Setup is Ready.

--

--