Homestead 用不了,就销毁重建,结果重建后无法启动?

file


λ 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
@李山河
附言 1  ·  5年前

MS Visual C++ 2010 x86 Redistributables 我之前就安装过了。

附言 2  ·  5年前

大家好,问题仍未解决,重装windows可能会解决但我不想因为这件事重装windows

你看我吊吗啊
《L05 电商实战》
从零开发一个电商项目,功能包括电商后台、商品 & SKU 管理、购物车、订单管理、支付宝支付、微信支付、订单退款流程、优惠券等
《G01 Go 实战入门》
从零开始带你一步步开发一个 Go 博客项目,让你在最短的时间内学会使用 Go 进行编码。项目结构很大程度上参考了 Laravel。
讨论数量: 7

Homestead\scripts\文件夹中,打开homestead.rb文件
修改 config.vm.box = settings["box"] ||= "lc/homestead"
为 config.vm.box = settings["box"] ||= "你现在的 Homestead Box"
Homestead Box 的 名字通过 vagrant boxlist获取

5年前 评论

Homestead虚拟机盒子更新了

5年前 评论
你看我吊吗啊

@Liuj 新版的文件 从哪儿下。。或者说能用命令行更新吗

5年前 评论

@lovefisher 修改之后还是安装不上

file

5年前 评论
Golx

请问解决了吗?怎么解决的

5年前 评论

@lovefisher

正解,谢谢!按着提示,Win7(SP1 升级Powershell2.0)环境下的问题已解决。

5年前 评论

笔记,同楼主问题,按照@lovefisher 的方法执行 : vagrant box list
发现是空的,让后仔细回看教程发现漏掉一步 : vagrant box add metadata.json

4年前 评论

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