A VirtualBox machine with the name 'homestead' already exists

前端 未结 30 3954
旧巷少年郎
旧巷少年郎 2020-12-02 04:58

Since homestead 2.0 homestead laravel has not been working

I don\'t know why \'homestead init\' creates a Homestead.yaml file in mydirectory/.homestead and not in

30条回答
  •  北海茫月
    2020-12-02 05:25

    For me, the machine was not showing up as an active VM in the VirtualBox application. To fix I had to do this:

    vagrant global-status

    This gave me the ID of the machine that I needed to destroy. With the ID, run:

    vagrant destroy {VM ID}

    I had to run that in sudo to actually destroy the machine. At that point, I was able to run

    vagrant up

提交回复
热议问题