2017-07-13 4 views
0

Mein Betriebssystem ist Windows 7;Vagrant kann nicht ausgeführt werden, wenn ich 「Vagrant」 eingegeben habe, gibt es keine Antwort (keine Fehlermeldung)!

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 

Ich lade check virtuelle CPU-Tools in Windows; Ande Es ist in Ordnung; 「havdetectiontool」

This computer is configured with hardware-assisted virtualization 

VirtualBox kann normal laufen, könnten Sie mir eine Idee?

+0

Vagrant Init Fistbox oder Firstbox? Irgendwie sollte es Fehlermeldung ausgeben –

Antwort

1

Ich hatte das gleiche Problem neulich. Ich versuchte vagrant_1.9.7_x86_64.msi auf meiner Windows 7-Box (CPU = AMD PhenomII). 'vagrant up' ging völlig ohne Anzeichen von Fortschritt und ohne Fehlermeldungen jeglicher Art.

Also habe ich versucht, ältere Version vagrant_1.9.5.msi und dieser hat gerade gut funktioniert.

# Ich weiß nicht, ob vagrant_1.9.7_i686.msi okey funktioniert oder nicht.

Verwandte Themen