Homestead Vagrant up 报错

Homestead 用的好好的,突然报错了。

$ vagrant up
Bringing machine ‘default’ up with ‘virtualbox’ provider…

==> default: Box ‘base’ could not be found. Attempting to find and install…
default: Box Provider: virtualbox
default: Box Version: >= 0
==> default: Box file was not detected as metadata. Adding it directly…
==> default: Adding box ‘base’ (v0) for provider: virtualbox
default: Downloading: base
default: An error occurred while downloading the remote file.

The error message, if any, is reproduced below. Please fix this error and try again.
Couldn’t open file /C:/Users/hh/Homestead/base |

《L04 微信小程序从零到发布》
从小程序个人账户申请开始,带你一步步进行开发一个微信小程序,直到提交微信控制台上线发布。
《L02 从零构建论坛系统》
以构建论坛项目 LaraBBS 为线索,展开对 Laravel 框架的全面学习。应用程序架构思路贴近 Laravel 框架的设计哲学。
讨论数量: 2

你是怎么装上的?

3年前 评论
g-sabo (楼主) 3年前

你在vagrantfile 中找这个config.vm.box = "base" , 你在添加盒子的时候取得名字不是base,你可以使用vagrant box list 查看你添加的盒子

3年前 评论

讨论应以学习和精进为目的。请勿发布不友善或者负能量的内容,与人为善,比聪明更重要!