rebar3 安装插件失败
rebar3 install plugins failed
环境:rebar 3.6.0 on Erlang/OTP 21 Erts 10.0 Ubuntu 16.04
当我尝试安装 rebar3 pulgins(例如 rebar3_hex)时,它报告:
===> Package <<"rebar3_hex">> not found. Fetching registry updates and trying again...
===> Updating package registry...
===> Plugin rebar3_hex not available. It will not be used.
我的~/.config/rebar3/rebar.config
里面只有一行:
{plugins, [rebar3_hex]}.
按照 https://www.rebar3.org/docs/using-available-plugins#hex-package-management and https://github.com/tsloughter/rebar3_hex 中的建议。
我无法从 google、rebar3 文档和此处存在的问题中获得更多有用信息。
所以,我打开一个新问题来询问为什么以及如何解决它。
ps:我为 rebar3 使用代理链,它报告 |DNS-response| repo.hex.pm 是 151.101.54.2<br>
inet_gethost[10708]: WARNING:Malformed 来自工作进程 10709 的回复 (header)。
在我的例子中,当设置代理环境变量(http_proxy)而不是使用代理链时,它是固定的。
环境:rebar 3.6.0 on Erlang/OTP 21 Erts 10.0 Ubuntu 16.04
当我尝试安装 rebar3 pulgins(例如 rebar3_hex)时,它报告:
===> Package <<"rebar3_hex">> not found. Fetching registry updates and trying again...
===> Updating package registry...
===> Plugin rebar3_hex not available. It will not be used.
我的~/.config/rebar3/rebar.config
里面只有一行:
{plugins, [rebar3_hex]}.
按照 https://www.rebar3.org/docs/using-available-plugins#hex-package-management and https://github.com/tsloughter/rebar3_hex 中的建议。
我无法从 google、rebar3 文档和此处存在的问题中获得更多有用信息。
所以,我打开一个新问题来询问为什么以及如何解决它。
ps:我为 rebar3 使用代理链,它报告 |DNS-response| repo.hex.pm 是 151.101.54.2<br>
inet_gethost[10708]: WARNING:Malformed 来自工作进程 10709 的回复 (header)。
在我的例子中,当设置代理环境变量(http_proxy)而不是使用代理链时,它是固定的。