【发布时间】:2016-11-23 14:02:52
【问题描述】:
不知道为什么我会遇到这个问题,但我无法添加 vagrant box。
使用 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.
【问题讨论】:
-
你用的是哪个版本的 vagrant ?