我正在尝试使用 composer 将我的 Symfony 2 项目从 2.1.4 更新到 2.1.7 并php composer.phar update
正常运行,在更新了一些依赖项后,我收到以下错误:
[RuntimeException]
Failed to clone http://github.com/fabpot/Twig-extensions via git, https
and http protocols, aborting.
- git://github.com/fabpot/Twig-extensions
fatal: Not a git repository (or any of the parent directories): .git
- https://github.com/fabpot/Twig-extensions
fatal: Not a git repository (or any of the parent directories): .git
- http://github.com/fabpot/Twig-extensions
fatal: Not a git repository (or any of the parent directories): .git
我检查了 URL 并可以确认它存在,我也可以git clone
在同一个 CLI 中没有任何问题。
奇怪的是,如果我php composer.phar update twig/extensions
单独运行它似乎可以毫无问题地更新。