我正在尝试使用gitlist和wamp安装本地git存储库查看器。我对这些技术非常陌生,任何帮助都将非常有用!我遵循了以下教程
USER@DESKTOP-C2RTCQF MINGW64 /c/wamp64/www/test(master)
$ curl -s http://getcomposer.org/installer | php
bash: php: command not found
我在做什么错了?
答案 0 :(得分:0)
您的路径中没有php
。
文章提到了这一点
先决条件:如前所述,Apache — PHP5.3
按照有关如何为您的系统安装它的说明进行操作:
http://php.net/manual/en/install.php
# simply type php and see if there is an input
php
# check which php is your OS is using
# Where does the php execution located
which php