在命令行中输入 vagrant up 后,没有任何提示与报错
按照官方文档进行安装 vagrant,一直卡在 vagrant up;
操作系统: whidows 7
我的操作:
vagrant box add firstBox ./virtualbox.box
==> box: Box file was not detected as metadata. Adding it directly...
==> box: Adding box 'firstBox' (v0) for provider:
box: Unpacking necessary files from: file://C:/Users/liumeng/vagrant_get
ting_started/virtualbox.box
box: Progress: 100% (Rate: 687M/s, Estimated time remaining: --:--:--)
==> box: Successfully added box 'firstBox' (v0) for 'virtualbox'!
vagrant init fistBox
A `Vagrantfile` has been placed in this directory. You are now
ready to `vagrant up` your first virtual environment! Please read
the comments in the Vagrantfile as well as documentation on
`vagrantup.com` for more information on using Vagrant.
vagrant box list
$ vagrant box list
firstBox (virtualbox, 0)
vagrant up
// 一直不动,没有任何提示
大家有遇到这个问题吗?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(3)
我也遇到过同样的问题,应该是vagrant与VirtualBox的版本不对应导致的,我重新安装就可以用了
Ctrl+C结束重新启动试试,还不行可以参考楼上的办法.
vagrant up启动没提示,你说是版本不行,请问你修改成哪个版本了,我也遇到了,解决不了