I'm trying to configure Homestead for Laravel local development on Windows 10. I follow the laravel's documentation
https://laravel.com/docs/5.5/homestead
I installed VirtualBox 5.1 and Vagrant 2.0, and of course I cloned the Homestead git repository.
I run vagrant up and all is right, but when I run vagrant ssh, shows the following message:
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.
But doesn't finish to login on console.
Anyone has an idea how can I solve this issue?