1. 错误大致如下:

here was an error while executing `VBoxManage`, a CLI used by Vagrant
for controlling VirtualBox. The command and stderr is shown below.
Command: ["hostonlyif", "create"]
Stderr: 0%...
Progress state: E_INVALIDARG
VBoxManage.exe: error: Failed to create the host-only adapter

2. 错误原因:

  virtualBox 出了问题

3. 解决方法:

  删除了旧的VirtualBox,然后重新下载了一个新的VirtualBox,就可以启动了。

其实真正的问题还是没有找到,但暂且先把这个问题记录下来,以便后面遇到类似问题的时候可以快速的解决。

相关文章:

  • 2022-12-23
  • 2021-05-07
  • 2021-08-04
  • 2021-11-26
猜你喜欢
  • 2022-01-04
  • 2021-05-15
  • 2021-11-19
  • 2021-12-29
  • 2021-10-24
  • 2021-12-10
相关资源
相似解决方案