Hex.pm password entry no longer works on windows, as the password entry prompt now mistakenly includes the trailing newline character as part of the password. Unless your hex.pm password happens to already end with a newline, this will prevent authentication from working. A possible patch is here:
Hex.pm password entry no longer works on windows, as the password entry prompt now mistakenly includes the trailing newline character as part of the password. Unless your hex.pm password happens to already end with a newline, this will prevent authentication from working. A possible patch is here:
https://github.com/tsloughter/rebar3_hex/pull/92