bower install 错误 git is not installed or not in the PATH 解决方法

执行 bower install 时出现如下错误 : git is not installed or not in the PATH 

出现此错误可能有两种原因:

1. 未安装 git

2. 已安装了git, 但是git的环境变量配置错误


解决方法:


第一种情况:  

请安装 git , 并注意在安装的时候选择如下选项: 

Run Git from the Windows Command Prompt

bower install 错误 git is not installed or not in the PATH 解决方法_第1张图片


第二种情况:

控制面板 -> 系统 -> 高级系统设置 -> 高级 -> 环境变量 -> 系统变量 -> Path
按照以上路径找到系统变量Path, 在Path中添加git cmd路径即可, 如 C:\Program Files\Git\cmd


bower install 错误 git is not installed or not in the PATH 解决方法_第2张图片

bower install 错误 git is not installed or not in the PATH 解决方法_第3张图片




你可能感兴趣的:(bower,bower)