I've just tried to install Flutter on windows 10. When I try to run a flutter command (flutter doctor
), I'm getting
Error: Unable to find git in your PATH.
I have set the path to both git and flutter and tried adding the following to path
C:\Program Files\Git\bin\git.exe;C:\Windows\System32
How can I resolve this???