homestead登录问题

大神们求帮助

在vargrant up时 ,出现超时
laravel: 80 (guest) => 8000 (host) (adapter 1)
laravel: 443 (guest) => 44300 (host) (adapter 1)
laravel: 3306 (guest) => 33060 (host) (adapter 1)
laravel: 5432 (guest) => 54320 (host) (adapter 1)
laravel: 22 (guest) => 2222 (host) (adapter 1)
==> laravel: Running 'pre-boot' VM customizations...
==> laravel: Booting VM...
==> laravel: Waiting for machine to boot. This may take a few minutes...
laravel: SSH address: 127.0.0.1:2222
laravel: SSH username: vagrant
laravel: SSH auth method: private key

等一会就会提示一下内容
Timed out while waiting for the machine to boot. This means that
Vagrant was unable to communicate with the guest machine within
the configured ("config.vm.boot_timeout" value) time period.

If you look above, you should be able to see the error(s) that
Vagrant had when attempting to connect to the machine. These errors
are usually good hints as to what may be wrong.

If you're using a custom box, make sure that networking is properly
working and you're able to connect to the machine. It is a common
problem that networking isn't setup properly in these boxes.
Verify that authentication configurations are also setup properly,
as well.

If the box appears to be booting properly, you may want to increase
the timeout ("config.vm.boot_timeout") value.

命令 ssh-keygen -t rsa -C "your_email@example.com" 也执行了,也生成了密匙文件

honestead.yaml文件也对

百度了一下,所说的BIOS虚拟化也开了,重装了好几次都是这个问题,大神们求帮助
已邀请:

要回复问题请先登录注册