Laravel homestead初期設定中に失敗したときのやり直し方

What?

  • Laravel homestead初期設定中に失敗したときのやり直し方

Why?

$ vagrant up
Bringing machine 'homestead-7' up with 'virtualbox' provider...
==> homestead-7: Checking if box 'laravel/homestead' is up to date...
==> homestead-7: Running provisioner: file...
Guest-specific operations were attempted on a machine that is not
ready for guest communication. This should not happen and a bug
should be reported.

Solution

  • 一回殺してから、再起動
$ vagrant destroy
$ vagrant up