【发布时间】:2016-01-01 14:23:29
【问题描述】:
我正在尝试添加
laravel/宅基地
盒子在流浪,但我得到不同的错误。
通过运行
vagrant box 添加 laravel/homestead
我收到此错误
The box 'laravel/homestead' could not be found or could not be accessed in the remote catalog. If this is a private box on HashiCorp's Atlas, 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://atlas.hashicorp.com/laravel/homestead"] Error:
我尝试“流浪登录”并成功登录,但仍然收到相同的错误。
我尝试手动下载盒子,但是我仍然无法添加它。
通过运行此命令
vagrant box 添加 laravel/homestead [Windows 中的路径]
我明白了
==> box: Adding box 'laravel/homestead' (v0) for provider:
box: Unpacking necessary files from: file://C:/Users/eNull/Downloads/hc-download
box:
An error occurred while downloading the remote file. The error
message, if any, is reproduced below. Please fix this error and try
again.
我的操作系统:Windows 10。
cUrl 版本:curl 7.45.0 (x86_64-w64-mingw32) libcurl/7.45.0 OpenSSL/1.0.2d zlib/1.2.8 libidn/1.32 libssh2/1.6.0 librtmp/2.3
流浪者:1.8.1
虚拟框:5.0.12
【问题讨论】: