所以我检查了以下内容并阅读了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
,但仍然没有运气......所以我不知道我实际需要放入什么路径。
答案 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/
。