环境:rebar 3.6.0 on Erlang/OTP 21 Erts 10.0 Ubuntu 16.04
当我尝试安装rebar3插件(例如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和https://github.com/tsloughter/rebar3_hex中的建议。
我无法从Google,rebar3 doc和此处存在的问题中获得更多有用的信息。
因此,我打开一个新问题,询问为什么以及如何解决它。
ps:我对rebar3使用代理链,它报告|DNS-response| repo.hex.pm is 151.101.54.2
inet_gethost[10708]: WARNING:Malformed reply (header) from worker process 10709.
答案 0 :(得分:1)
就我而言,它是在设置代理环境变量(http_proxy)而不是使用proxychains时修复的。