Laravel Mac OSx El Capitan升级后Homestead up失败

Laravel Mac OSx El Capitan升级后Homestead up失败,laravel,osx-elcapitan,Laravel,Osx Elcapitan,在升级到Mac OSx El Cap之前,一切正常。现在,当我运行homestead启动我的laravel项目时,我得到了这个错误 > $ homestead up Bringing machine 'default' up with 'virtualbox' provider... ==> default: Checking if box 'laravel/homestead' is up to date... ==> default: A newer version of

在升级到Mac OSx El Cap之前,一切正常。现在,当我运行homestead启动我的laravel项目时,我得到了这个错误

> $ homestead up
Bringing machine 'default' up with 'virtualbox' provider...
==> default: Checking if box 'laravel/homestead' is up to date...
==> default: A newer version of the box 'laravel/homestead' is available! You currently
==> default: have version '0.2.2'. The latest is version '0.3.0'. Run
==> default: `vagrant box update` to update.
==> 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: NS_ERROR_FAILURE
VBoxManage: error: Failed to create the host-only adapter
VBoxManage: error: VBoxNetAdpCtl: Error while adding new interface: failed to open /dev/vboxnetctl: No such file or directory
VBoxManage: error: Details: code NS_ERROR_FAILURE (0x80004005), component HostNetworkInterface, interface IHostNetworkInterface
VBoxManage: error: Context: "int handleCreate(HandlerArg*, int, int*)" at line 66 of file VBoxManageHostonly.cpp

解决了它-在几个兔子洞之后,我遇到了一个开发人员的评论,他遇到了同样的问题,需要从头开始重建。1.更新虚拟盒。2) 更新流浪汉。3) 更新Homestead.解决了这个问题-在几个兔子洞之后,我遇到了一个开发商的评论,他遇到了同样的问题,需要从头开始重建。1.更新虚拟盒。2) 更新流浪汉。3) 更新家园。