首页
学习
活动
专区
圈层
工具
发布
社区首页 >问答首页 >如何使用GitList和Wamp安装本地Git Repository Viewer?

如何使用GitList和Wamp安装本地Git Repository Viewer?
EN

Stack Overflow用户
提问于 2018-11-17 18:30:01
回答 1查看 159关注 0票数 1

我正在尝试使用gitlist和wamp安装本地git存储库查看器。我对这些技术非常陌生,任何帮助都会非常有用!我遵循了下面的教程

https://tournasdimitrios1.wordpress.com/2012/09/03/how-to-install-a-local-git-repository-viewer-using-gitlist-and-wamp/

但是它返回了一个错误!

代码语言:javascript
复制
USER@DESKTOP-C2RTCQF MINGW64 /c/wamp64/www/test(master)
$ curl -s http://getcomposer.org/installer | php
bash: php: command not found

我做错了什么?

EN

回答 1

Stack Overflow用户

发布于 2018-11-17 18:33:39

您的路径中没有php

文章提到这一点:

先决条件:如前所述,Apache - PHP5.3

请按照以下说明为您的系统安装它:

http://php.net/manual/en/install.php

验证路径中是否有php

代码语言:javascript
复制
# 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
票数 0
EN
页面原文内容由Stack Overflow提供。腾讯云小微IT领域专用引擎提供翻译支持
原文链接:

https://stackoverflow.com/questions/53350343

复制
相关文章

相似问题

领券
问题归档专栏文章快讯文章归档关键词归档开发者手册归档开发者手册 Section 归档