0

我想安装带有文件 deps 的学说装置。我将此行添加到我的文件 deps 中:

[doctrine-fixtures]
    git=http://github.com/doctrine/data-fixtures.git

[DoctrineFixturesBundle]
    git=http://github.com/symfony/DoctrineFixturesBundle.git
    target=/bundles/Symfony/Bundle/DoctrineFixturesBundle

如果我跑

php bin/vendors install

我有错误:

>Installing/Updating  doctrine-fixtures
fatal: Not a git repository <or any of parent directories>: .git
fatal: Not a git repository <or any of parent directories>: .git
fatal: Not a git repository <or any of parent directories>: .git

我也尝试过php bin/vendors install --reinstallgit=https://github.com/doctrine/data-fixtures.git但没有帮助。

4

1 回答 1

1

这可能听起来很疯狂,但如果这是您在 deps 文件中的最后一行,请尝试在其后添加新行。我有类似的问题,没有 EOL 和 bundle 无法安装。

于 2012-05-29T12:34:24.423 回答