相关疑难解决方法(0)

Laravel流浪汉不起作用 - Errno :: EADDRNOTAVAIL

我最近在Laravel环境或Windows 10的一部分更新时出现了一些错误,因此在经过大量试验和错误后,我决定删除所有内容并从头开始.所以现在我有了新的VirtualBox,Vagrant,Laravel/Homestead盒子和Homestead本身.

但是,我确实收到此错误:

$ vagrant up
Bringing machine 'homestead-7' up with 'virtualbox' provider...
==> homestead-7: Importing base box 'laravel/homestead'...
==> homestead-7: Matching MAC address for NAT networking...
==> homestead-7: Checking if box 'laravel/homestead' is up to date...
==> homestead-7: Setting the name of the VM: homestead-7
==> homestead-7: Destroying VM and associated drives...
C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.9.3/lib/vagrant/util/is_port_open.rb:21:in `initialize': The requested address is not valid in its context. - connect(2) for "0.0.0.0" port 8000 (Errno::EADDRNOTAVAIL)
        from C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.9.3/lib/vagrant/util/is_port_open.rb:21:in `new'
        from C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.9.3/lib/vagrant/util/is_port_open.rb:21:in `block in is_port_open?'
        from …
Run Code Online (Sandbox Code Playgroud)

php vagrant laravel homestead

17
推荐指数
1
解决办法
3800
查看次数

标签 统计

homestead ×1

laravel ×1

php ×1

vagrant ×1