在我最近升级到Windows10之后,我试图漫游,但我得到了一个错误:
==> default: Clearing any previously set network interfaces...
There 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_FAIL
VBoxManage.exe: error: Failed to create the host-only adapter
VBoxManage.exe: error: Code E_FAIL (0x80004005) - Unspecified error (extended info not available)
VBoxManage.exe: error: Context: "int __cdecl handleCreate(struct HandlerArg *,int,int *)" at line 66 of file VBoxManageHostonly.cpp在升级之前,它运行得很好,有没有人想出了解决这个问题的办法?
发布于 2015-08-10 17:42:07
这就是我如何让我的流浪者最终在Windows10上工作的:
发布于 2015-08-03 20:00:33
https://www.virtualbox.org/ticket/14040上的虚拟盒子有一个已发布的修复程序
对于那些使用homestead的用户,可以在https://laracasts.com/discuss/channels/general-discussion/windows-10-vagrant-virtualbox-homestead上找到解决方案
发布于 2015-08-31 01:55:48
由于某种原因,在升级到Windows10之后,VirtualBox Host-Only Ethernet Adapter被移除了。移除、重新启动和安装VirtualBox会导致再次安装已移除的以太网适配器,问题已得到解决。
https://stackoverflow.com/questions/31756684
复制相似问题