Symfony Standard Edition インストールについて

README.rst を見ると、

  1. git clone http://github.com/symfony/symfony-standard.git
  2. cd symfony-standard
  3. rm -rf .git
  4. php bin/vendors install


とあるので、やったら、最後のコマンドで、--reinstall をつけろと出た。
さらに、

> Installing/Updating JMSSecurityExtraBundle
Cloning into /**********/symfony-standard/vendor//bundles/JMS/SecurityExtraBundle...
fatal: http://github.com/schmittjoh/SecurityExtraBundle.git/info/refs not found: did you run git update-server-info on the server?
cd: 1: can't cd to /**********/symfony-standard/vendor//bundles/JMS/SecurityExtraBundle

と出た。困った。