erlef / rebar3_hex

Rebar3 Hex library
Apache License 2.0
101 stars 49 forks source link

Password entry does not work on windows. #97

Closed jkrukoff closed 5 years ago

jkrukoff commented 5 years ago

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

starbelly commented 5 years ago

@tsloughter This was closed via #92