2016-07-26 5 views
0
gefunden

ich diesen Fehler beim Versuch, die Symfony Vagrant Box zu verwenden:Vagrant - Symfony-Box nicht

vagrant up --provider virtualbox 
Bringing machine 'default' up with 'virtualbox' provider... 
==> default: Box 'elao/symfony-standard-debian;' could not be found. Attempting to find and install... 
    default: Box Provider: virtualbox 
    default: Box Version: >= 0 
The box 'elao/symfony-standard-debian;' could not be found or 
could not be accessed in the remote catalog. If this is a private 
box on HashiCorp's Atlas, please verify you're logged in via 
`vagrant login`. Also, please double-check the name. The expanded 
URL and error message are shown below: 

URL: ["https://atlas.hashicorp.com/elao/symfony-standard-debian;"] 
Error: The requested URL returned error: 404 Not Found 

Dies wird mit Hilfe der Vagrant Umgebung hier https://atlas.hashicorp.com/elao/boxes/symfony-standard-debian

scheint seltsam, dass ein Kasten mit 14K Downloads gibt einen 404. Ist das wirklich der Fall oder mache ich etwas falsch?

Die Befehle Ich verwende sind:

vagrant init elao/symfony-standard-debian; 
vagrant up --provider virtualbox 

Antwort

0

das Semikolon entfernen. Zu verwendende Befehle:

vagrant init elao/symfony-standard-debian 
vagrant up --provider virtualbox