首页 > 其他 > 详细

7、排错

时间:2016-09-09 01:16:26      阅读:149      评论: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
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!