Vagrant,无法下载盒子

Vagrant,无法下载盒子

不确定为什么我会遇到这个问题,但我无法添加流浪者盒子。

使用 Windows 10,尝试使用 powershell 和简单的命令提示符。同样的问题。这是一个相对较新的 Windows 安装。也许我缺少一些必需的包?

首先我尝试了这个命令:

vagrant box add hashicorp/precise32

并收到错误:

The box 'hashicorp/precise32' 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/hashicorp/precise32"]
Error:

因此我手动下载了该盒子并尝试了这个:

vagrant box add base64 file:///D:/downloads/vagrant_boxes/precise64.box

再次出现此错误:

==> box: Box file was not detected as metadata. Adding it directly...
==> box: Adding box 'base64' (v0) for provider:
    box: Unpacking necessary files from: file:///D:/downloads/vagrant_boxes/precise64.box
    box:
An error occurred while downloading the remote file. The error
message, if any, is reproduced below. Please fix this error and try
again.

答案1

在这里找到答案:https://github.com/mitchellh/vagrant/issues/6754#issuecomment-169984218

需要安装Microsoft Visual C++ 2010

上面的 git 论坛有所需下载的链接

相关内容