2017-02-23 74 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上吗? –

回答