我在尝试通过 SSH 访问本地机器上的 Laravel Homestead 时遇到了一些奇怪的问题。我可以跑:
homestead up
没有问题并通过浏览器访问我的“website.local”。但是,当我运行时:
homestead ssh
或者
vagrant ssh
我收到以下信息:
Welcome to Ubuntu 14.04.1 LTS (GNU/Linux 3.13.0-30-generic x86_64)
* Documentation: https://help.ubuntu.com/
System information as of Fri Jan 2 11:08:55 UTC 2015
System load: 0.0 Processes: 95
Usage of /: 5.1% of 39.34GB Users logged in: 0
Memory usage: 35% IP address for eth0: 10.0.2.15
Swap usage: 0% IP address for eth1: 192.168.10.10
Graph this data and manage this system at:
https://landscape.canonical.com/
Get cloud support with Ubuntu Advantage Cloud Guest:
http://www.ubuntu.com/business/services/cloud
Last login: Fri Jan 2 11:08:55 2015 from 10.0.2.2
Connection to 127.0.0.1 closed.
我必须说这绝对让我感到困惑,因为它在昨晚工作得很好。