I am trying to deploy my chat app to Heroku and here is my path in vscode; PS C:\Users\Admin\Desktop\CHAT APP\server> git init. when I type that command after logging in to Heroku i get a warning that the term git is not recognized as the name of a cmdlet yet GitHub is installed and enabled in vscode setting. your help will be highly appreciated!
Asked
Active
Viewed 85 times
0
-
2Sounds like the path where the git binary is installed is not setup in `$PATH`. – eftshift0 Nov 05 '22 at 09:42
-
2Indeed,`git` is not installed on Windows out of the box. If you did install it already, which version, from where, how? – tripleee Nov 05 '22 at 09:43