An error occurred when laravel vagrant up
滿天的星座
滿天的星座 2017-05-16 16:48:46
0
1
605
  1. The following error will appear when starting vagrant up:

  1. However, vagrant started successfully as follows:

Dear masters, please tell me what is the problem. It is win7. Please solve it!!!

滿天的星座
滿天的星座

reply all(1)
左手右手慢动作

In this case, first try to increase the timeout config.vm.boot_timeout, and then add the following configuration in the configuration file

config.vm.provider :virtualbox do |vb|
  vb.gui = true
end

Then start, you can see that the GUI interface is started in VirtualBox, and you should be prompted with specific error information in the interface.

Reference: Timed out while waiting for the machine to boot when vagrant up

Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template