3
Sirs, I am starting the studies in Flutter, I did the installation of Flutter, Dart, GIT and Vscode, when I will start the development Vscode returns me the following error:
[undefined] flutter create --ios-language objc --android-language java
'where' n�o � reconhecido como um comando interno
ou externo, um programa oper�vel ou um arquivo em lotes.
Error: Unable to find git in your PATH.
exit code 1
Could you tell me what I’m doing wrong?
Thank you
Which operating system?
– Marconi
I use Windows 10, 64bits @Marconi
– Cristiano Facirolli
@Marconi, this is what he returns to me, not that I’m creating!
– Cristiano Facirolli
Restarted your machine so that the environment variables can be applied?
– Marconi
No, that could be it! I’m rebooting! @Marconi
– Cristiano Facirolli
@Marconi did not roll face, gives the same mistake. I’ve looked for something on the internet and nothing!
– Cristiano Facirolli
According to this site on github: https://github.com/flutter/flutter/issues/15047, you can add
C:\Windows\System32
your PATH environment variable. You know how to do this?– Marconi
@Marconi, I just made it and it didn’t work!
– Cristiano Facirolli
Forget Vscode, for a moment, try running CMD 'git version' to validate your installation and environment variable, then try running 'flutter doctor -v' and put the output in the question.
– Julio Henrique Bitencourt