vagrant解决 Warning: Authentication failure. Retrying

这种问题是登陆用户名和密码验证失败造成的,只需要在启动时加入以下内容即可scriptshomestead.rb文件

 Configure The Box 中加入以下语句即可

 config.ssh.username = "vagrant"
 config.ssh.password = "vagrant"

  

原文地址:https://www.cnblogs.com/fogwang/p/14317806.html