Vagrant - 未找到Symfony框

时间:2016-07-26 11:33:41

标签: symfony vagrant

尝试使用Symfony Vagrant框时出现此错误:

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

这是在https://atlas.hashicorp.com/elao/boxes/symfony-standard-debian

使用Vagrant环境

奇怪的是,一个14K下载的盒子给了404.这是真的如此,还是我做错了什么?

我正在使用的命令是:

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

1 个答案:

答案 0 :(得分:0)

删除分号。要使用的命令:

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