不知道爲什麼我有這個問題,但我不能添加流浪箱。流浪,無法下載框
使用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? –