关于流浪者不断收到此错误:
$ vagrant up
Bringing machine 'default' up with 'virtualbox' provider...
==> default: Box 'ubuntu/vivid64' could not be found. Attempting to find and install...
default: Box Provider: virtualbox
default: Box Version: >= 0
The box 'ubuntu/vivid64' 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/ubuntu/vivid64"]
Error: The requested URL returned error: 404 Not Found
我建议网址出错,但不知道如何解决..
答案 0 :(得分:2)
你也可以试试larryli / vivid64盒子。
答案 1 :(得分:1)
该框不存在 - 网址返回404.请尝试使用其他框,例如https://atlas.hashicorp.com/ubuntu/boxes/wily64
答案 2 :(得分:0)
您可以执行以下步骤之一:
以此(在等价的定义中)替换Vagrantfile中的
Vagrant.configure(“ 2”)做| config | config.vm.box =“ larryli / vivid64” 结束
删除Vagrantfile并创建一个新文件。
rm Vagranfile 流浪汉初始化拉里里/ vivid64 流浪了
答案 3 :(得分:0)
对此的一种解决方案是允许不安全的下载,这对我来说是下载盒子的方法
将此添加到Vagrantfile中 config.vm.box_download_insecure = true