执行 bower install 时出现如下错误 : git is not installed or not in the PATH
出现此错误可能有两种原因:
1. 未安装 git
2. 已安装了git, 但是git的环境变量配置错误
解决方法:
第一种情况:
请安装 git , 并注意在安装的时候选择如下选项:
Run Git from the Windows Command Prompt
第二种情况:
控制面板 -> 系统 -> 高级系统设置 -> 高级 -> 环境变量 -> 系统变量 -> Path
按照以上路径找到系统变量Path, 在Path中添加git cmd路径即可, 如 C:\Program Files\Git\cmd