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

后端 未结 16 1544
时光说笑
时光说笑 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:25

    I bumped into this problem on a cPanel CentOS 6 linux machine. The solution for me was to symlink the cPanel git to /usr/local/bin/git

    ln -s /usr/local/cpanel/3rdparty/bin/git /usr/local/bin/git
    

提交回复
热议问题