`Vagrant up`问题

`Vagrant up ` issue

我正在对 运行 使用 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

有谁知道怎么解决

我想您需要下载最新版本的 VirtualBox,因为最新的 MacOs 版本 (10.14) 不支持旧版本

https://www.virtualbox.org/wiki/Downloads


此外,vagrant 需要更新以支持最新的 VirtualBox

最新版本:2.2.1

要升级到最新版本,请访问下载页面并 从 URL 下载并安装最新版本的 Vagrant 以下:

https://www.vagrantup.com/downloads.html


哦,还有一件事,您可能还想更新 vagrant 插件:

vagrant plugin update