Linux 使用vagrant安装fedora-20

Linux 使用vagrant安装fedora-20,linux,vagrant,fedora20,Linux,Vagrant,Fedora20,我已在win 7 64位系统中成功安装了VMware和vagrant 我正在尝试使用以下命令使用vagrant安装Fedora: 1) vargrant init厨师/fedora-20 输出: A `Vagrantfile` has been placed in this directory. You are now ready to `vagrant up` your first virtual environment! Please read the comments in the Vag

我已在win 7 64位系统中成功安装了VMware和vagrant

我正在尝试使用以下命令使用vagrant安装Fedora:

1) vargrant init厨师/fedora-20

输出:

A `Vagrantfile` has been placed in this directory. You are now
ready to `vagrant up` your first virtual environment! Please read
the comments in the Vagrantfile as well as documentation on
`vagrantup.com` for more information on using Vagrant.
2) 流浪上路

输出:

Bringing machine 'default' up with 'virtualbox' provider...
==> default: Box 'chef/fedora-20' could not be found. Attempting to find and ins
tall...
    default: Box Provider: virtualbox
    default: Box Version: >= 0
The box 'chef/fedora-20' 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/chef/fedora-20"]
Error: Failed connect to atlas.hashicorp.com:443; No error
我可以在浏览器中访问atlas.hashicorp.com

对我来说,“厨师/软呢帽-20”盒子使用您的步骤工作正常。这可能是一些访问问题

作为替代方案,您可以尝试使用以下工具下载该框:

vagrant box add chef/fedora-20
然后尝试同样的
vagrant up

让我知道“chef/fedora-20”盒子使用您的步骤工作正常。这可能是一些访问问题

作为替代方案,您可以尝试使用以下工具下载该框:

vagrant box add chef/fedora-20
然后尝试同样的
vagrant up

让我知道“chef/fedora-20”盒子使用您的步骤工作正常。这可能是一些访问问题

作为替代方案,您可以尝试使用以下工具下载该框:

vagrant box add chef/fedora-20
然后尝试同样的
vagrant up

让我知道“chef/fedora-20”盒子使用您的步骤工作正常。这可能是一些访问问题

作为替代方案,您可以尝试使用以下工具下载该框:

vagrant box add chef/fedora-20

然后尝试相同的
vagrant up

命令vagrant up失败,因为我的代理拒绝访问atlas.hashicorp.com。 如果我们可以使用浏览器访问任何网站,这并不意味着我们可以使用命令提示符访问它。默认情况下,命令提示符不使用internet explorer中的代理设置。 为了解决这个问题,我创建了两个环境变量:“http\u proxy”和“https\u proxy

在windows中创建环境变量的步骤:

  • 打开控制面板并单击系统图标。 将显示“系统属性”对话框
  • 在“高级”选项卡上,单击“环境变量”。 将显示“环境变量”对话框
  • 单击“系统变量”面板中的“新建”。 此时将显示“新建系统变量”对话框
  • 使用适当的代理信息添加http_代理和https_代理
  • 使用代理服务器的主机名或IP地址设置http\u proxyhttps\u proxy变量:http\u proxy=

    如果代理服务器需要用户名和密码,请以以下形式包含它们:http\u proxy=


    如果代理服务器使用的端口不是80,请包括端口号:http_proxy=

    命令vagrant up失败,因为我的代理拒绝访问atlas.hashicorp.com。 如果我们可以使用浏览器访问任何网站,这并不意味着我们可以使用命令提示符访问它。默认情况下,命令提示符不使用internet explorer中的代理设置。 为了解决这个问题,我创建了两个环境变量:“http\u proxy”和“https\u proxy

    在windows中创建环境变量的步骤:

  • 打开控制面板并单击系统图标。 将显示“系统属性”对话框
  • 在“高级”选项卡上,单击“环境变量”。 将显示“环境变量”对话框
  • 单击“系统变量”面板中的“新建”。 此时将显示“新建系统变量”对话框
  • 使用适当的代理信息添加http_代理和https_代理
  • 使用代理服务器的主机名或IP地址设置http\u proxyhttps\u proxy变量:http\u proxy=

    如果代理服务器需要用户名和密码,请以以下形式包含它们:http\u proxy=


    如果代理服务器使用的端口不是80,请包括端口号:http_proxy=

    命令vagrant up失败,因为我的代理拒绝访问atlas.hashicorp.com。 如果我们可以使用浏览器访问任何网站,这并不意味着我们可以使用命令提示符访问它。默认情况下,命令提示符不使用internet explorer中的代理设置。 为了解决这个问题,我创建了两个环境变量:“http\u proxy”和“https\u proxy

    在windows中创建环境变量的步骤:

  • 打开控制面板并单击系统图标。 将显示“系统属性”对话框
  • 在“高级”选项卡上,单击“环境变量”。 将显示“环境变量”对话框
  • 单击“系统变量”面板中的“新建”。 此时将显示“新建系统变量”对话框
  • 使用适当的代理信息添加http_代理和https_代理
  • 使用代理服务器的主机名或IP地址设置http\u proxyhttps\u proxy变量:http\u proxy=

    如果代理服务器需要用户名和密码,请以以下形式包含它们:http\u proxy=


    如果代理服务器使用的端口不是80,请包括端口号:http_proxy=

    命令vagrant up失败,因为我的代理拒绝访问atlas.hashicorp.com。 如果我们可以使用浏览器访问任何网站,这并不意味着我们可以使用命令提示符访问它。默认情况下,命令提示符不使用internet explorer中的代理设置。 为了解决这个问题,我创建了两个环境变量:“http\u proxy”和“https\u proxy

    在windows中创建环境变量的步骤:

  • 打开控制面板并单击系统图标。 将显示“系统属性”对话框
  • 在“高级”选项卡上,单击“环境变量”。 将显示“环境变量”对话框
  • 单击“系统变量”面板中的“新建”。 此时将显示“新建系统变量”对话框
  • 使用适当的代理信息添加http_代理和https_代理
  • 使用代理服务器的主机名或IP地址设置http\u proxyhttps\u proxy变量:http\u proxy=

    如果专业人士