Closed Schultzer closed 6 years ago
Reported earlier :-) https://github.com/hexpm/hex/issues/516 and a fix has been merged.
If you try to publish again I'd expect it will work.
Well when I publish I just get prompt for the local password and it just tells me it's the wrong password.
@Schultzer what happens when you try to authorize outside of the publish workflow? do you have the same issue? try mix hex.user whoami
or mix hex.user auth
I get prompt for the local password, and when I type in the one I created with I get wrong password.
ok, what happens when you try mix hex.user auth
? that will require your account (remote) password first. Does that password work? if so, can you try resetting your local password (it will prompt for it straight-away)? Also, maybe try a simple password just for testing it out (it is only stored on your local machien and you can use this same process after to make a more secure password.
Also, I am available on elixir slack (toddresudek) if you want to trouble shoot with me.
Okay after running mix hex.user auth
process 5 times it finally fixed the problem.
it was properly some cosmic rays.
@Schultzer were you able to get it to work? if not, hit me up on slack.
@supersimple yeah it's working now just had to run mix hex.user auth
five times.
well, good to hear. My guess was something got corrupted in your hex.config file. mix hex.user key --revoke-all
will clean that if it ever happens again.
So I'm trying to publish a new release of my package
ex_cldr_territories
I'm generating a strong password in keychain
let just say the "length of the password" is between somewhere "0-50"