在 Vagrant up 的时候报 The requested URL returned error: 404 Not Found?

我在 vagrant up 步骤的时候报这个错,看了其他人的问题都没描述这个,求解原因。

$ cd ~/Homestead/ && vagrant up
Bringing machine 'homestead-7' up with 'virtualbox' provider...
==> homestead-7: Box 'lc/homestead' could not be found. Attempting to find and install...
    homestead-7: Box Provider: virtualbox
    homestead-7: Box Version: >= 6.0.0
The box 'lc/homestead' could not be found or
could not be accessed in the remote catalog. If this is a private
box on HashiCorp's Vagrant Cloud, please verify you're logged in via
`vagrant login`. Also, please double-check the name. The expanded
URL and error message are shown below:

URL: ["https://vagrantcloud.com/lc/homestead"]
Error: The requested URL returned error: 404 Not Found 

应该不是ip配置的问题吧

《L01 基础入门》
我们将带你从零开发一个项目并部署到线上,本课程教授 Web 开发中专业、实用的技能,如 Git 工作流、Laravel Mix 前端工作流等。
《L04 微信小程序从零到发布》
从小程序个人账户申请开始,带你一步步进行开发一个微信小程序,直到提交微信控制台上线发布。
讨论数量: 11

贴下图片
file
ip配置我换过几次都不行。
file
file

5年前 评论

尴尬了,我用的是win10,貌似发到mac的地方了,但是问题是一样的。大神们帮看下呗~

5年前 评论

问题解决了,不知道什么原因,多次尝试解决了。。。郁闷,如果有大佬看到知道原因请解惑 ,感激不尽。。。

5年前 评论
你看我吊吗啊

插眼

5年前 评论
Master-Xue

话说``window7系统太烦恼了,一会又是升级powershell 一会又是要添加box名字,最后都弄好了还是要出错学习成本也太大了吧

5年前 评论

@Win_su The box 'lc/homestead' could not be found,找不到lc/homestead,用vagrant box list 看看你的是啥,试着更改metadata.json的name字段

5年前 评论

大佬解决了么,win10遇到同样的问题,没搜到答案

5年前 评论

同样的问题啊,请求支援

5年前 评论

另一台装Win7的电脑,遇到这个问题,系统提示找不到“==> homestead-7: Box 'lc/homestead' could not be found.” 使用“ vagrant box list” 查询到 “ laravel/homestead (virtualbox, 0.6.0) ” ;注意这两个路径不一致。需要到“ Homestead\scripts ” 目录下,修改 ”homestead.rb“ 文件;具体修改如下:
把 config.vm.box = settings["box"] ||= "lc/homestead"
修改为: config.vm.box = settings["box"] ||= "laravel/homestead"
然后保存,vagrant up,成功启动。

5年前 评论

sudo vim /etc/hosts
加一下几行

219.76.4.4 s3.amazonaws.com

219.76.4.4 github-cloud.s3.amazonaws.com

2年前 评论

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