Bower ENOGIT git not installed not in PATH
Bower : ENOGIT git is not installed or not in the PATH
If you see above issue it means you are trying to run bower command line tool and try to install package.
Solution: This happens if msysgit is not installed and if its installed then its path is not set. Please use this link to install msysgit and set its path in window system. Once you are done with this try to run command again issue should be resolved. To test: Try to install jquery package using bower as below:
For more information please visit bower site here