错误Phing - Git任务依赖于PEAR的VersionControl_Git包

时间:2015-12-12 09:46:33

标签: git pear phing

所以我检查了以下内容并阅读了PEAR手册,但我仍然遇到此错误。 Phing error when using gitclone - Git tasks depend on PEAR\'s VersionControl_Git package

我使用的php.ini是/Applications/MAMP/bin/php/php5.6.2/conf/php.ini

我将include_path修改为以下内容:

include_path = ".:/Applications/MAMP/bin/php/php5.6.2/lib/php:/Applications/MAMP/bin/php/php5.6.2/bin/pear"

/Applications/MAMP/bin/php/php5.6.2/lib/php已经在包含路径中,所以我添加了梨路径。我也使用了/usr/local/bin/pear,但仍然没有运气......所以我不知道我实际需要放入什么路径。

1 个答案:

答案 0 :(得分:1)

$ pear list-files versioncontrol_git
Installed Files For versioncontrol_git
======================================
Type Install Path
php  /usr/share/php/VersionControl/Git/Object/Blob.php
php  /usr/share/php/VersionControl/Git/Object/Commit.php

php之前使用VersionControl文件的路径 - 在我的情况下,包含路径为/usr/share/php/