2017-02-23 2 views
-1

Wenn ich versuche, auf zu booten Laravel Homestead auf meinem MacBook Pro (OS X 10.12.3) wird es fest:Homestead Vagrant auf SSH stecken verbinden

homestead-7: SSH address: 127.0.0.1:2222 
homestead-7: SSH username: vagrant 
homestead-7: SSH auth method: private key 

Und es wird schließlich Zeit-out.

Timed out while waiting for the machine to boot. This means that 
Vagrant was unable to communicate with the guest machine within 
the configured ("config.vm.boot_timeout" value) time period. 

If you look above, you should be able to see the error(s) that 
Vagrant had when attempting to connect to the machine. These errors 
are usually good hints as to what may be wrong. 

If you're using a custom box, make sure that networking is properly 
working and you're able to connect to the machine. It is a common 
problem that networking isn't setup properly in these boxes. 
Verify that authentication configurations are also setup properly, 
as well. 

If the box appears to be booting properly, you may want to increase 
the timeout ("config.vm.boot_timeout") value. 

Dies ist, was mein vagrant Feld angezeigt:

This is what my Vagrant box displays

Mein Homestead.yaml:

--- 
ip: "192.168.10.10" 
memory: 2048 
cpus: 1 
provider: virtualbox 

authorize: ~/.ssh/id_rsa.pub 

keys: 
    - ~/.ssh/id_rsa 

folders: 
    - map: ~/Code 
     to: /home/vagrant/Code 

sites: 
    - map: homestead.app 
     to: /home/vagrant/Code/Laravel/public 

databases: 
    - homestead 

# blackfire: 
#  - id: foo 
#  token: bar 
#  client-id: foo 
#  client-token: bar 

# ports: 
#  - send: 50000 
#  to: 5000 
#  - send: 7777 
#  to: 777 
#  protocol: udp 

Ich bin mit Vagrant 1.9.1 mit VirtualBox 5.1. 14.

Hat jemand eine Idee, was das Problem sein könnte?

+0

Haben Sie Ihre vagrant Box kürzlich aktualisiert? Ich hatte das gleiche Problem .. Ich musste meinen Mac komplett zerlegen und neu starten .... –

+0

Nein das war meine erste Installation von Homestead. –

+0

sind Sie auf OSX oder Windows? –

Antwort