我的操作系统是Windows 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
// There is no response,no error message
我在windows下载检查虚拟cpu工具; ande没关系;「havdetectiontool」
This computer is configured with hardware-assisted virtualization
virtualBox可以正常运行,你能给我一些想法吗?
答案 0 :(得分:1)
前几天我遇到了同样的问题。 我在Windows 7机箱(CPU = AMD PhenomII)上尝试了vagrant_1.9.7_x86_64.msi。 'vagrant up'完全沉默,没有任何进展的迹象,没有任何错误信息。
所以我尝试了旧版本vagrant_1.9.5.msi,这个工作正常。
#我不知道vagrant_1.9.7_i686.msi是否有效。