码迷,mamicode.com
首页 > 其他好文 > 详细

Bower : ENOGIT git is not installed or not in the PATH

时间:2016-10-21 13:13:10      阅读:155      评论:0      收藏:0      [点我收藏+]

标签:operator   安装路径   bow   ant   article   问题   ble   set   roo   

 

http://www.haorooms.com/post/bower_error

 

第一次使用bower,结果在安装bootstrap时遇到这个问题:

 
$ bower install bootstrap 
bower ENOGIT git is not installed or not in the PATH

按照提示我先安装了git fo window.
安装时记得要勾选 Use Git from the windows Command prompt
完成后,再次运行,问题依然存在。

于是又注意到“or not in the PAHT”

$ PATH

添加git路径(我的是默认安装路径,根据自己的机器情况 更改路径即可)

$ set PATH=%PATH%;C:\Program Files\Git\bin

再次运行

$ bower install bootstrap  
...

 

 

Bower : ENOGIT git is not installed or not in the PATH

标签:operator   安装路径   bow   ant   article   问题   ble   set   roo   

原文地址:http://www.cnblogs.com/duanweishi/p/5984022.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!