Closed mukulashokjoshi closed 7 years ago
Finally succeeded in compiling by removing the hex.config keys http_proxy and https_proxy as these were resulting in function_clause error in the rebar3_hex
Hex config keys deleted as follows:
mix hex.config http_proxy --delete
mix hex.config https_proxy --delete
So the proxy settings in hex seem not to be required
Environment: OS - Ubuntu 16.10 Yakkety Yak Elixir - 1.3.4 Erlang/OTP - 19
How to ensure successful compilation behind proxy? Uses CNTLM for proxy