我正在使用Vagrant Up命令运行,但是我总是会收到此错误
There was an error while executing `VBoxManage`, a CLI used by Vagrant
for controlling VirtualBox. The command and stderr is shown below.
Command: ["startvm", "0cda9586-5016-446e-880e-fae72f66dae4", "--type",
"headless"]
Stderr: VBoxManage: error: The virtual machine
'website_default_1539955305061_15994' has terminated unexpectedly
during startup with exit code 1 (0x1)
VBoxManage: error: Details: code NS_ERROR_FAILURE (0x80004005),
component MachineWrap, interface IMachine
我正在使用Mac High Sierra。我从这里https://www.vagrantup.com/downloads.html
下载了图片有人知道如何解决
答案 0 :(得分:0)
我想您需要下载最新版本的VirtualBox,因为最新的MacOs版本不支持旧版本(10.14)
https://www.virtualbox.org/wiki/Downloads
此外,流浪汉需要更新以支持最新的VirtualBox
最新版本:2.2.1
要升级到最新版本,请访问下载页面,然后 从URL下载并安装最新版本的Vagrant 下方:
https://www.vagrantup.com/downloads.html
哦,还有一件事,您可能还想更新流浪者插件:
vagrant plugin update