我试图启动一个流浪的实例,但无论我做什么,它似乎都挂在default: SSH auth method: private key
部分。我是流浪汉的新手,所以我完全有可能完成但我应该做的事情。
系统信息:
Windows 10 build 10586.420
Vagrant 1.8.4
VirtualBox 5.0.22 r108108
vagrant up
Bringing machine 'default' up with 'virtualbox' provider...
==> default: Checking if box 'hashicorp/precise64' is up to date...
==> default: Clearing any previously set forwarded ports...
==> default: Clearing any previously set network interfaces...
==> default: Preparing network interfaces based on configuration...
default: Adapter 1: nat
==> default: Forwarding ports...
default: 22 (guest) => 2222 (host) (adapter 1)
==> default: Booting VM...
==> default: Waiting for machine to boot. This may take a few minutes...
default: SSH address: 127.0.0.1:2222
default: SSH username: vagrant
default: 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.
我浏览过类似的问题,人们建议确保禁用Hyper-V(实际上是这样),并启用虚拟机GUI以查看是否存在任何其他错误。命令行。
当我打开虚拟机GUI时,我看到一个用户名/密码提示(见下文):
我已经尝试输入默认的流浪汉用户名/密码并且这些工作但是流浪汉脚本仍然会挂起并最终崩溃。
非常感谢任何帮助。
感谢。