【发布时间】:2015-08-31 15:31:44
【问题描述】:
我正在尝试安装 elixir 软件包,每当我使用 mix 命令时,我都会收到这种消息,
mix archive.install https://github.com/phoenixframework/phoenix/releases/download/v1.0.0/phoenix_new-1.0.0.ez
Are you sure you want to install archive https://github.com/phoenixframework/phoenix/releases/download/v1.0.0/phoenix_new-1.0.0.ez? [Yn] y
** (Mix) Could not access url https://github.com/phoenixframework/phoenix/releases/download/v1.0.0/phoenix_new-1.0.0.ez, error: {:failed_connect, [{:to_address, {'github.com', 443}}, {:inet, [:inet], :nxdomain}]}
如何避免这种情况?
【问题讨论】:
-
看起来像 DNS 问题。
nxdomain表示“不存在的域”。可以通过网络浏览器访问 github.com 吗?