1

не знаю, почему у меня возникла эта проблема, но я не могу добавить бродячие коробки.

Используя windows 10, попробовал на powershell и простую командную строку. та же проблема. Это относительно свежая установка окон. Может быть, мне не хватает необходимого пакета?

Сначала я попробовал эту команду:

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 ответ1

1

Нашел ответ здесь: https://github.com/mitchellh/vagrant/issues/6754#issuecomment-169984218

Нужно установить Microsoft Visual C++ 2010

Над git форумом есть ссылка на нужную загрузку

Всё ещё ищете ответ? Посмотрите другие вопросы с метками .