2
我試圖安裝仙丹包,每當我使用混合命令,我得到這樣的消息,嘗試安裝使用混合,(混合)無法訪問的網址錯誤
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嗎? –