-
-
Notifications
You must be signed in to change notification settings - Fork 49
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fix authentication to private repos rebar3 hex user auth --repo [REPO]
#328
Conversation
Hey @derekkraan can you provide steps to reproduce the issue? |
Hey, @starbelly, yes. This is the short version since I'm just on mobile now. I am working on a private repo for hosting (among others) Erlang packages. Running I hope this makes sense. I can do a better write-up on Monday when I'm back in front of a computer if necessary. Also happy to answer any follow up questions. |
@derekkraan Ahhh I see, I literally just reproduced the issue right before you replied. This LGTM! |
This bug fix reveals some other latent bugs.
Of course, there's a fun dialyzer error to fix as well :) I'm happy you have opened this PR though so we can solidify this use case! |
@starbelly there seems to be some confusion in the codebase. I believe that dialyzer is complaining about the attribute I added some code to make sure that |
Setting
|
@derekkraan LGTM! (for real), this helped uncover yet another bug, but I'll fix that up in another PR. Thank you! |
No description provided.