Closed gilbertwong96 closed 6 years ago
Hi, if you are having problems with using Hex with Rebar, please open up issue on the plugin repo: https://github.com/tsloughter/rebar3_hex. Perhaps you are using old version of the plugin?
If you have Elixir installed you can also register using: mix hex.user register
, if you have problems with that too then we can definitely help as we maintain this codebase.
Thanks for your help, I will take a look at it.
Hi @Gilbert-Wong I took a quick look at rebar3_hex issue tracker and this looks similar: https://github.com/tsloughter/rebar3_hex/issues/77
You can also sign up directly on the website: https://hex.pm/signup
I follow the documentation in hex.pm. When I execute command
rebar3 hex user register
and fill all information it need. It show me error thatRegistration of user gilbertwong failed (401)
.And the policies and terms of service url you provide is 404 not found. Can you tell me how to register user successfully through rebar3 hex plugin?