Hi, I tried installing phoenix on ubuntu 20.04. I followed the instructions on the installation page.
After entering the mix local.hex
command, I get this response:
After entering the mix archive.install hex phx_new 1.5.1
command, I get this response:
Thanks
NobbZ
2
Just the regular bunch of questions for errors like this:
- How did you install elixir? Did you use ASDF or
apt
, and if the latter, what repository and what package?
- How did you install erlang? Did you use ASDF or
apt
, and if the latter, what repository and what package(s)?
- Are you in a proxied network and is the proxy properly set up for the shell using
HTTP_PROXY
/HTTPS_PROXY
environment variables?
Technically that isn’t an answer to his question ;). Are you on a proxy?
My bad, I should have been more clear.
I am not using a proxy or a vpn.
Here’s a screenshot from my network info.
I have tried downloading the hex-1.x.cvs with curl set to ipv6, that one failed, ipv4 worked. I’m going to try to disable ipv6 and run mix local.hex
.
Still doesn’t work 