0

I have download flutter and git and also added them in PATH but when I try to run it in command Prompt, It shows an Error.

Error is

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

I have installed it in c://flutter and set path of c://flutter/bin

But it will run when I lunch command prompt as administrator. Plz help me to solve my problem.

Thanks,

Aayush
  • 21
  • 1
  • 1
  • You need to share more info, or we can't help you. Where are they installed? Add that info and your complete path. – Don Branson Dec 01 '18 at 12:21

1 Answers1

2

Ensure C:\Windows\System32\ is added to your PATH variable.

Adding directory to PATH Environment Variable in Windows

Günter Zöchbauer
  • 490,478
  • 163
  • 1,733
  • 1,404