2017-02-23 93 views
-1

當我嘗試啓動Laravel宅基地上我的MacBook Pro(OS X 10.12.3)它被卡住:家園流浪停留在SSH連接

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

,這將最終超時。

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. 

這是我的無業遊民框顯示:

This is what my Vagrant box displays

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 

我正在流浪1.9.1使用VirtualBox的5.1。 14。

有沒有人有一個想法可能是什麼問題?

+0

你最近有沒有升級你的流浪漢框?我有同樣的問題..我不得不完全核彈我的Mac,並重新開始...... –

+0

不,這是我第一次安裝霍姆斯特德。 –

+0

你在osx或windows上嗎? –

回答