vagrant ssh无法在Windows

时间:2017-11-08 13:47:27

标签: laravel ssh vagrant homestead vagrant-windows

我正在尝试在Windows 10上配置Homestead for Laravel本地开发。我按照laravel的文档进行操作

https://laravel.com/docs/5.5/homestead

我安装了VirtualBox 5.1和Vagrant 2.0,当然我克隆了Homestead git存储库。

我运行 vagrant up 并且一切正常,但是当我运行 vagrant ssh 时,会显示以下消息:

Welcome to Ubuntu 16.04.3 LTS (GNU/Linux 4.4.0-92-generic x86_64)

 * Documentation:  https://help.ubuntu.com
 * Management:     https://landscape.canonical.com
 * Support:        https://ubuntu.com/advantage

0 packages can be updated.
0 updates are security updates.

但是没有完成登录控制台。

任何人都知道如何解决这个问题?

1 个答案:

答案 0 :(得分:1)

这是1.9.6中的一个老问题,但似乎它再次出现在最新版本中,请参阅https://github.com/hashicorp/vagrant/issues/9143#issuecomment-342536505是否可以为您提供帮助

解决方法是使用putty或从powershell或命令行运行Actions actions = new Actions(driver); actions.keyDown(Keys.CONTROL).keyDown(Keys.SHIFT).sendKeys(Keys.chord(Keys.ADD)).keyUp(Keys.CONTROL).keyUp(Keys.SHIFT).perform();