Search code examples
gitcordovavisual-studio-2015visual-studio-cordova

ENOGIT git is not installed or not in the path


I was trying to install some framework packages using bower into my angularjs app. and i was getting this error using the command line tool:

enter image description here


Solution

  • You just need to execute your command using Git Shell tool which is a Git aware powershell tool to run all git dependent technologies such as: node, git and npm.

    enter image description here