Vagrant 拿到盒子';hashicorp/precise32';在点火时找不到';流浪者上';从ubuntu的终端

Vagrant 拿到盒子';hashicorp/precise32';在点火时找不到';流浪者上';从ubuntu的终端,vagrant,vagrantfile,Vagrant,Vagrantfile,我已经安装了Vagrant,一旦我从终端进入我的项目文件夹,我就会发出以下命令: vagrant框添加hashicorp/precise32http://files.vagrantup.com/precise32.box 输出: [vagrant] Downloading with Vagrant::Downloaders::HTTP... [vagrant] Downloading box: files.vagrantup.com/precise32.box [vagrant] Downl

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

  • vagrant框添加hashicorp/precise32http://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...
    
  • hashicorp/precise32的阴道感染
  • 输出:
    一个文件已放置在此目录中

  • vagrant up
  • 我得到一个错误,上面写着:

    The box 'hashicorp/precise32' could not be found
    

    请从原始站点下载的.deb包安装Vagrant,您只需编辑Vagrant文件并定义vm.box\u url和vm.box选项,如下所示

    config.vm.box_url=“”

    config.vm.box=“precise32”


    然后运行“vagrant up

    每个命令都成功了吗?第一个命令成功了,终端显示[vagrant]正在使用vagrant::Downloaders::HTTP下载。。。[流浪]下载框:[流浪]下载框:[流浪]提取框。。。[流浪汉]验证箱。。。[流浪汉]清理下载的盒子。。。第二个命令也成功了,并表示已在此目录中放置了一个
    Vagrantfile
    。现在,您已经准备好进入第一个虚拟环境。我在第三步后发现错误。请使用更新版本的“vagrant up--debug”再次运行。可能通过解决,这是基于对问题的任何洞察,还是仅仅是一个“关闭并再次打开”的建议?