I have downloaded box on this link, https://atlas.hashicorp.com/laravel/boxes/homestead/versions/0.4.2/providers/virtualbox.box
Add box files to VirtualBox: vagrant box add laravel/homestead ~/Documents/gitlib/homestead.box
You can see that it has been added successfully through the command: vagrant box list
debian/wheezy64 (virtualbox, 7.9.2)
hashicorp/precise32 (virtualbox, 0)
hashicorp/precise64 (virtualbox, 1.1.0)
laravel/homestead (virtualbox, 0)
When executing vagrant up in the cloned Homestead directory, it prompts that the box is not detected
as follows:
Why is this?
Is there any way to solve it?
For the correct solution, please refer to: /q/1010000004472813