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

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

    In Linux:

    if you dont have installed git use:

    sudo apt-get update
    sudo apt-get install git
    

    with command which git you will know the directory where is and then add in path if it is not in that enviroment variable.

提交回复
热议问题