1、安装官网elixir-lang.org上的installation说明,
下载https://repo.hex.pm/elixir-websetup.exe,运行
2、安装本地包管理仓库。命令行运行
mix local.hex
3、设置镜像服务器(国内的镜像好像已经挂了 https://hexpm.upyun.com)
mix hex.repo set hexpm --url https://cdn.jsdelivr.net/hex
4、安装phoenix
mix archive.install hex phx_new 1.5.1