environment:window 7
when I input 'bower install', it returns
‘bower ENOGIT git is not installed or not in the PATH’
I got the solution the url :https://github.com/bower/bower/issues/972
I run ' set PATH=%PATH%;C:\Program Files\Git\bin; ', it doesn't work.
Follow that, someone answer that use git bash to run command.
Yeah, it works.
I run 'bower install' in git bash, it's working!
本文介绍了在Window7环境下使用Bower遇到的错误“bower ENOGIT git is not installed or not in the PATH”的解决方法。通过在Git Bash中运行命令而非Windows命令提示符,成功解决了问题。

419

被折叠的 条评论
为什么被折叠?



