2017-07-13 42 views
0

我的操作系統是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

Vagrant init fistbox或firstbox?任何它應該如何打印錯誤信息 –

回答

1

我前幾天有同樣的問題。 我在我的Windows 7盒子(CPU = AMD PhenomII)上試用了vagrant_1.9.7_x86_64.msi。 「流浪者」變得完全沉默,沒有進步跡象,也沒有任何錯誤信息。

所以我嘗試了老版本vagrant_1.9.5.msi,這個工作正常。

#我不知道vagrant_1.9.7_i686.msi是否適用於okey。