rebar 3.6.0 on Erlang/OTP 21 Erts 10.0 Ubuntu 16.04 Env:
当我尝试安装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和hex中所建议的那样。
我无法从谷歌、rebar3文档和存在的问题中获得更多有用的信息。
因此,我提出了一个新的问题来问为什么以及如何解决这个问题。
ps:我在rebar3中使用了ps链,它报告了|DNS-response| repo.hex.pm is 151.101.54.2
inet_gethost[10708]: WARNING:Malformed reply (header) from worker process 10709.
发布于 2018-07-06 02:53:54
在我的例子中,当设置代理环境变量(Http_proxy)而不是使用proxychains时,它是固定的。
https://stackoverflow.com/questions/51128822
复制相似问题