码迷,mamicode.com
首页 > 其他好文 > 详细

7、排错

时间:2016-09-09 01:17:24      阅读:175      评论:0      收藏:0      [点我收藏+]

标签:虚拟化、自动化

1. 在执行"vagrant up"使报如下错误

default: Warning: Authentication failure. Retrying...
#解决:编辑Vagrantfile
#添加如下参数
config.ssh.username = "vagrant"
config.ssh.password = "vagrant"


本文出自 “桃子先生” 博客,请务必保留此出处http://peach3412.blog.51cto.com/12037226/1850730

7、排错

标签:虚拟化、自动化

原文地址:http://peach3412.blog.51cto.com/12037226/1850730

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!