I prepared a project and would like to commit to Github. A also have Git + GitHub desktop and use VSCode and terminal in it. So, when i try to check 'git' from the terminal in VSCode in folder with project i have the problem:
git : The term 'git' is not recognized as the name of a cmdlet, function, script file, or operable program. Check the spelling of the name, or if a path was included, verify that the path is correct and try again.
At line:1 char:1
+ git
+ ~~~
+ CategoryInfo : ObjectNotFound: (git:String) [], CommandNotFoundException
+ FullyQualifiedErrorId : CommandNotFoundException
When using common cmd all is OK! How could i fix it?