标签:虚拟化、自动化
1. 在执行"vagrant up"使报如下错误
default: Warning: Authentication failure. Retrying... #解决:编辑Vagrantfile #添加如下参数 config.ssh.username = "vagrant" config.ssh.password = "vagrant"
本文出自 “桃子先生” 博客,请务必保留此出处http://peach3412.blog.51cto.com/12037226/1850730
标签:虚拟化、自动化
原文地址:http://peach3412.blog.51cto.com/12037226/1850730