I have a problem with installing vendors by using "php bin/vendors install". I'm using a freshly downloaded Symfony 2.0.4 package without vendors. The result I'm getting is:
- Code: Select all
> Installing/Updating symfony
error: The requested URL returned error: 403
warning: remote HEAD refers to nonexistent ref, unable to checkout.
Initialized empty Git repository in /home/gmdev/Symfony/vendor/symfony/.git/
error: The requested URL returned error: 403
error: The requested URL returned error: 403
error: The requested URL returned error: 403
fatal: Could not parse object '1f2e72d84aa9a4829185d6b2a0b814f6b933b30a'.
> Installing/Updating twig
error: The requested URL returned error: 403
warning: remote HEAD refers to nonexistent ref, unable to checkout.
Initialized empty Git repository in /home/gmdev/Symfony/vendor/twig/.git/
error: The requested URL returned error: 403
error: The requested URL returned error: 403
error: The requested URL returned error: 403
fatal: Could not parse object '396435ecd05556adb0a8bd05b14641cb4f8a8aa5'.
> Installing/Updating monolog
error: The requested URL returned error: 403
warning: remote HEAD refers to nonexistent ref, unable to checkout.
Initialized empty Git repository in /home/gmdev/Symfony/vendor/monolog/.git/
error: The requested URL returned error: 403
error: The requested URL returned error: 403
error: The requested URL returned error: 403
fatal: Could not parse object '303b8a83c87d5c6d749926cf02620465a5dcd0f2'.
> Installing/Updating doctrine-common
error: The requested URL returned error: 403
warning: remote HEAD refers to nonexistent ref, unable to checkout.
Initialized empty Git repository in /home/gmdev/Symfony/vendor/doctrine-common/.git/
error: The requested URL returned error: 403
error: The requested URL returned error: 403
error: The requested URL returned error: 403
fatal: Could not parse object 'b385ca770888248241bd3086a40d5b3bd082a706'.
> Installing/Updating doctrine-dbal
error: The requested URL returned error: 403
warning: remote HEAD refers to nonexistent ref, unable to checkout.
Initialized empty Git repository in /home/gmdev/Symfony/vendor/doctrine-dbal/.git/
error: The requested URL returned error: 403
error: The requested URL returned error: 403
error: The requested URL returned error: 403
fatal: Could not parse object 'e0b69790ab1ffd646fd70a04fdb91e5dfbb3ccf1'.
> Installing/Updating doctrine
error: The requested URL returned error: 403
warning: remote HEAD refers to nonexistent ref, unable to checkout.
Initialized empty Git repository in /home/gmdev/Symfony/vendor/doctrine/.git/
error: The requested URL returned error: 403
error: The requested URL returned error: 403
error: The requested URL returned error: 403
fatal: Could not parse object '144d0de0ab61dffc738d7fb590cff8d77919f553'.
> Installing/Updating swiftmailer
error: The requested URL returned error: 403
warning: remote HEAD refers to nonexistent ref, unable to checkout.
Initialized empty Git repository in /home/gmdev/Symfony/vendor/swiftmailer/.git/
error: The requested URL returned error: 403
error: The requested URL returned error: 403
error: The requested URL returned error: 403
fatal: Could not parse object '8c3165691e36302405926abbae7526549db8b899'.
> Installing/Updating assetic
error: The requested URL returned error: 403
warning: remote HEAD refers to nonexistent ref, unable to checkout.
Initialized empty Git repository in /home/gmdev/Symfony/vendor/assetic/.git/
error: The requested URL returned error: 403
error: The requested URL returned error: 403
error: The requested URL returned error: 403
fatal: Could not parse object 'f829ad23d23c87480151a21faad49fefe7c09e5d'.
> Installing/Updating twig-extensions
error: The requested URL returned error: 403
warning: remote HEAD refers to nonexistent ref, unable to checkout.
Initialized empty Git repository in /home/gmdev/Symfony/vendor/twig-extensions/.git/
error: The requested URL returned error: 403
error: The requested URL returned error: 403
error: The requested URL returned error: 403
fatal: Could not parse object 'eba4f5d572bec05c72a47bbd73ba0a3330cf8f54'.
> Installing/Updating metadata
error: The requested URL returned error: 403
warning: remote HEAD refers to nonexistent ref, unable to checkout.
Initialized empty Git repository in /home/gmdev/Symfony/vendor/metadata/.git/
error: The requested URL returned error: 403
error: The requested URL returned error: 403
error: The requested URL returned error: 403
fatal: Could not parse object '8717ad2a5689480765d9ffafe925cd8a2457e582'.
> Installing/Updating SensioFrameworkExtraBundle
error: The requested URL returned error: 403
warning: remote HEAD refers to nonexistent ref, unable to checkout.
Initialized empty Git repository in /home/gmdev/Symfony/vendor/bundles/Sensio/Bundle/FrameworkExtraBundle/.git/
error: The requested URL returned error: 403
error: The requested URL returned error: 403
error: The requested URL returned error: 403
fatal: Could not parse object '9b9194a47effc66b08d44ae110b982352119ca17'.
> Installing/Updating JMSSecurityExtraBundle
error: The requested URL returned error: 403
warning: remote HEAD refers to nonexistent ref, unable to checkout.
Initialized empty Git repository in /home/gmdev/Symfony/vendor/bundles/JMS/SecurityExtraBundle/.git/
error: The requested URL returned error: 403
error: The requested URL returned error: 403
error: The requested URL returned error: 403
fatal: Could not parse object 'b8b7eb294ed83d83ca7260ac018e701f08003538'.
> Installing/Updating SensioDistributionBundle
error: The requested URL returned error: 403
warning: remote HEAD refers to nonexistent ref, unable to checkout.
Initialized empty Git repository in /home/gmdev/Symfony/vendor/bundles/Sensio/Bundle/DistributionBundle/.git/
error: The requested URL returned error: 403
error: The requested URL returned error: 403
error: The requested URL returned error: 403
fatal: Could not parse object '2082cb99d408fd89243059c6eff866347ec00bbe'.
> Installing/Updating SensioGeneratorBundle
error: The requested URL returned error: 403
warning: remote HEAD refers to nonexistent ref, unable to checkout.
Initialized empty Git repository in /home/gmdev/Symfony/vendor/bundles/Sensio/Bundle/GeneratorBundle/.git/
error: The requested URL returned error: 403
error: The requested URL returned error: 403
error: The requested URL returned error: 403
fatal: Could not parse object '88ecf05691825c81b6a19ca6e2dc1849f1a5dcd4'.
> Installing/Updating AsseticBundle
error: The requested URL returned error: 403
warning: remote HEAD refers to nonexistent ref, unable to checkout.
Initialized empty Git repository in /home/gmdev/Symfony/vendor/bundles/Symfony/Bundle/AsseticBundle/.git/
error: The requested URL returned error: 403
error: The requested URL returned error: 403
error: The requested URL returned error: 403
fatal: Could not parse object '41b5913b5086a0909af92adcb4a6005ee0051b16'.
The operating system is Debian 5.
Do you have any ideas? Thanks for any help.
Cheers
