문제

I've downloaded (cloned) the github version of phpdocumentor 2 and followed the installation instructions found on the phpdoc website

At the composer installation step 3 (php composer.phar install) I receive the following error messages

[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

It seems that the symfony git tree has changed, or..? Do you have any idea how to resolve it?

도움이 되었습니까?

해결책

This is probably an error int he update of the Console subtree split. Please use php composer.phar update instead of install. This should resolve the situation.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top