执行 `VBoxManage` 时出错 (Vagrant/Virtualbox)
Error while executing `VBoxManage` (Vagrant/Virtualbox)
在我的主目录中第一次 运行 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。
要解决这个问题,需要删除项目根目录下的文件夹.vagrant。
然后 运行 命令再次 vagrant up
。
在我的主目录中第一次 运行 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。
要解决这个问题,需要删除项目根目录下的文件夹.vagrant。
然后 运行 命令再次 vagrant up
。