这种问题是登陆用户名和密码验证失败造成的,只需要在启动时加入以下内容即可scriptshomestead.rb文件
Configure The Box 中加入以下语句即可
config.ssh.username = "vagrant" config.ssh.password = "vagrant"