【发布时间】:2018-03-11 20:26:40
【问题描述】:
在我的 homestead 目录中第一次运行 vagrant up 后,我的计算机蓝屏了,因为 Hyper-V 已启用。现在在禁用 Hyper-V 并运行 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: ["showvminfo","\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00"]
Stderr:
我安装了最新版本的 Vagrant 和 VirtualBox。
【问题讨论】:
标签: windows vagrant virtual-machine virtualbox homestead