首页
学习
活动
专区
圈层
工具
发布
社区首页 >问答首页 >无法安装laravel homestead

无法安装laravel homestead
EN

Stack Overflow用户
提问于 2015-01-12 19:37:08
回答 2查看 546关注 0票数 1

我试图在我的Windows8.1上设置laravel,但总是遇到错误。有没有人能告诉我这里出了什么问题,我该如何解决?我已经根据需要设置了vagrant和virtualbox。谢谢。

代码语言:javascript
复制
C:\Users\Robin>vagrant box add laravel/homestead
==> box: Loading metadata for box 'laravel/homestead'
    box: URL: https://atlas.hashicorp.com/laravel/homestead
==> box: Adding box 'laravel/homestead' (v0.2.2) for provider: virtualbox
    box: Downloading:
    https://atlas.hashicorp.com/laravel/boxes/homestead/versions/0.2.2/providers/virtualbox.box
    box: Progress: 100% (Rate: 582k/s, Estimated time remaining: --:--:--)
The box failed to unpackage properly. Please verify that the box
file you're trying to add is not corrupted and try again. The
output from attempting to unpackage (if any):

x ./box-disk1.vmdk: Write failed
x ./box.ovf: Write failed
x ./Vagrantfile: Can't create '\\\\?\\C:\\Users\\Robin\\.vagrant.d\\tmp\\vagrant-box-add-temp-
20150112-14824-106nj0l\\Vagrantfile'
bsdtar.EXE: Error exit delayed from previous errors.
EN

回答 2

Stack Overflow用户

发布于 2020-03-18 22:28:58

对我来说,问题是盒子的下载没有完全成功,但文件是“损坏的”。您可以多次重试该命令,因为vagrant会从之前失败的下载中恢复下载:

代码语言:javascript
复制
vagrant box add laravel/homestead https://atlas.hashicorp.com/laravel/boxes/homestead
票数 1
EN

Stack Overflow用户

发布于 2015-06-08 23:08:44

尝试执行以下命令:

vagrant box add laravel/homestead https://atlas.hashicorp.com/laravel/boxes/homestead

请告诉我它是否有效,否则我会删除它(我无法置评)

票数 0
EN
页面原文内容由Stack Overflow提供。腾讯云小微IT领域专用引擎提供翻译支持
原文链接:

https://stackoverflow.com/questions/27901080

复制
相关文章

相似问题

领券
问题归档专栏文章快讯文章归档关键词归档开发者手册归档开发者手册 Section 归档