即使在安装了bower组件之后,即使安装了git和pathvariables之后,也没有安装“Git not installed or path not specified”

我正在开发一个需要Git组件的项目,即使在我的系统中有GIT之后,它也没有安装。 我也设置了pathgit / cmd。

configuration是:Windows7; GIT是2.7.0.windows1,Path是programfiles / git / cmd

我也尝试了这里在Stackoverflow给出的各种解决scheme,但没有解决我的问题。 我做的一个有趣的观察是在用户/ appdata没有混帐

npm也安装在系统中。 请build议我解决这个问题。

git不在path中 , gitterminal

鲍尔在其“ Windows用户 ”部分明确指出:

要在Windows上使用Bower,必须正确安装Git for Windows 。 一定要检查下面显示的选项:

https://cloud.githubusercontent.com/assets/10702007/10532690/d2e8991a-7386-11e5-9a57-613c7f92e84e.png

https://cloud.githubusercontent.com/assets/10702007/10532694/dbe8857a-7386-11e5-9bd0-367e97644403.png

这个问题证实了这一点:

我以前遇到同样的问题,
我只是重新安装一切,并按照这些说明 。

首先,我安装了Git,然后安装了Bower,它修复了我的问题。

或者,至less在你的命令之前:

set PATH=%PATH%;C:\Program Files (x86)\Git\bin;