我已经下载(克隆)了phpdocumentor2的github版本,并按照phpdoc website上的安装说明进行安装
在composer安装步骤3 (php composer.phar install)中,我收到以下错误消息
[RuntimeException]
Failed to clone http://github.com/symfony/Console via git, https and http protocols, aborting.
- git://github.com/symfony/Console
fatal: reference is not a tree: 1edd7b739561e87bde81ff1c2ce08bd89e92277e
- https://github.com/symfony/Console
fatal: reference is not a tree: 1edd7b739561e87bde81ff1c2ce08bd89e92277e
- http://github.com/symfony/Console
fatal: reference is not a tree: 1edd7b739561e87bde81ff1c2ce08bd89e92277e似乎symfony git树已经改变了,或者..?你知道怎么解决这个问题吗?
发布于 2012-06-04 20:40:25
这可能是控制台子树拆分更新时的错误。请使用php composer.phar update,而不是安装。这应该可以解决这种情况。
https://stackoverflow.com/questions/10880950
复制相似问题