I’m currently switching from NuGet to Bower as my client side package manager. The process is not going as smoothly as I hoped. During the process I got a range of problems.
One of the problems was that Bower throw the following error when I tried to install the Bower packages:
ENOGIT git is not installed or not in the PATH
This one is easy to fix, just add the path to Git.exe to the PATH environment variable.