报错:

Vagrant Error: Connection timeout. Retrying



解决:在Vagrantfile文件中添加如下代码:

config.vm.provider :virtualbox do |vb|
  vb.gui = true
end