从ubuntu的终端发射'vagrant up'时,无法找到"hashicorp/precise32"框

Bha*_*ika 9 vagrant vagrantfile

我已经安装了Vagrant,一旦我从终端进入我的项目文件夹,我就会激活以下命令:

  1. vagrant box add hashicorp/precise32 http://files.vagrantup.com/precise32.box

输出:

[vagrant] Downloading with Vagrant::Downloaders::HTTP... 
[vagrant] Downloading box: files.vagrantup.com/precise32.box 
[vagrant] Downloading box: hashicorp-files.vagrantup.com/precise32.box 
[vagrant] Extracting box... 
[vagrant] Verifying box... 
[vagrant] Cleaning up downloaded box...
Run Code Online (Sandbox Code Playgroud)
  1. vagrant init hashicorp/precise32

输出: A Vagrantfile has been placed in this directory

  1. vagrant up

我收到一条错误消息:

The box 'hashicorp/precise32' could not be found
Run Code Online (Sandbox Code Playgroud)

lov*_*per 1

请从原始站点http://www.vagrantup.com/downloads下载 .deb 包安装 Vagrant

  • 这是基于对问题的任何洞察,还是只是“将其关闭并再次打开”建议? (2认同)