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

后端 未结 16 1540
时光说笑
时光说笑 2020-11-29 14:52

Git is installed and is in the path.

Platform: Red Hat Enterprise Linux 5.8.

>which git
/usr/local/bin/git

Yet bower can\'t find

16条回答
  •  醉酒成梦
    2020-11-29 15:44

    I solved the problem by install Git Bash from Download Git Bash.

    Setting this option 3 when installing the software as shown bellow.

    Finally select the project folder by right click using Bash as shown below.

    and type

    npm install

    . It works for me.

提交回复
热议问题