错误:无法连接到atlas.hashicorp.com端口443:连接被拒绝

时间:2016-05-22 11:41:35

标签: command-line proxy vagrant ping

有人可以帮我吗? 我为 ubuntu / trusty64 设置 vagrant up 时收到此错误

ERROR:Failed to connect to atlas.hashicorp.com port 443: Connection refused

后来我意识到我甚至无法通过命令提示符ping任何网站,但在浏览器中,我可以访问这些网站。我是企业代理服务器的幕后推手。 以下是我在电源shell中获得的确切错误。我在Windows 10机器上。

 Bringing machine 'default' up with 'virtualbox' provider...
`==> default: Box 'ubuntu/trusty64' could not be found.
Attempting to find and install...
default: Box Provider: virtualbox 
default: Box Version: >= 0
The box 'ubuntu/trusty64' 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/ubuntu/trusty64"]
Error: Failed to connect to atlas.hashicorp.com port 443: Connection refused`

2 个答案:

答案 0 :(得分:4)

您应该设置代理 - 您的浏览器可能具有设置但不具有CLI工具

您应确保使用代理信息设置以下变量

export http_proxy=http://your.proxyhost.server:port/
export https_proxy=https://your.proxyhost.server:port/

答案 1 :(得分:0)

直接连接到互联网用户的解决方案:

转到Mu $ tdie防火墙设置,添加允许规则: C:\ HashiCorp \流浪\嵌入式\ BIN \ curl.exe C:\ HashiCorp \流浪\ BIN \ vagrant.exe