Estou tentando realizar o comando "Vagrant ssh", porém nada acontece. Tentei pesquisar na internet, e vi algumas pessoas recomendando utilizar o Git, e pelo Git eu tive este retorno abaixo. Alguém saberia dizer como resolver?
A versão do Vagrant é: Vagrant 2.2.19
**n:\ambiente_dev>vagrant status
Current machine states:
default running (vmware_workstation)
The VM is running. To stop this VM, you can run `vagrant halt` to
shut it down, or you can run `vagrant suspend` to simply suspend
the virtual machine. In either case, to restart it again, run
`vagrant up`.
n:\ambiente_dev>vagrant ssh
The provider for this Vagrant-managed machine is reporting that it
is not yet ready for SSH. Depending on your provider this can carry
different meanings. Make sure your machine is created and running and
try again. Additionally, check the output of `vagrant status` to verify
that the machine is in the state that you expect. If you continue to
get this error message, please view the documentation for the provider
you're using.
n:\ambiente_dev>
A maquina virtual está rodando pela VMWare, deixarei a imagem abaixo.