Laravel Homestead hangs at SSH auth method: private key on mac

后端 未结 9 1777
醉梦人生
醉梦人生 2020-12-13 01:14

I can\'t seem to get Homestead running. It hangs at SSH auth method: private key.

The Homestead VM starts. I can go to VirtualBox and open the terminal window and lo

相关标签:
9条回答
  • 2020-12-13 01:43

    Try to call vagrant up from CMD with admin rights

    0 讨论(0)
  • 2020-12-13 01:48

    Enable "Virtualization Technology" in BIOS settings

    0 讨论(0)
  • 2020-12-13 01:49

    I had this problem. I enabled Vt-x in the bios and it cleared it.

    0 讨论(0)
  • 2020-12-13 01:56
    1. Open VirtualBox UI and enter the virtual machine.
    2. press Enter key to make system continue to boot.

    And then you can see the vagrant up going on.

    0 讨论(0)
  • 2020-12-13 01:59

    Nothing here worked for me. I got into the situation of SSH auth method: private key because my mac black screened and crashed.

    All that worked for me was a vagrant destroy then vagrant up --provision. Beware this will of course trash anything in your VM. but you should be using ephemeral principles anyway...

    0 讨论(0)
  • 2020-12-13 02:00

    Vagrant 2.1.2

    vagrant destroy then vagrant up --provision worked for me.

    I have noticed that it usually happens when new version of vagrant released

    0 讨论(0)
提交回复
热议问题