-
Notifications
You must be signed in to change notification settings - Fork 3k
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
Pip never asks for password when connecting to private repo #7998
Comments
The problem seems to be in It is a matter of opinion if |
I’m less sure about that; it seems natural to me for a program to auto-fill the password if it “knows” it already. Do you happen to know what is returned by |
For CLI, I don't think that's a good idea, since it's difficult to make good UX for accessing (changing/deleting) the saved pasword. |
In my case, |
Sounds like we just need to |
I would like to resolve this issue. To me, it seems that using the condition as |
Environment
Description
When fetching a package from a private repo for the first time, pip asks
for the username, then fails without asking for the password.
Expected behavior
Pip should ask for the password.
How to Reproduce
https://py.briq.it/simple/
as extra index urlpip install -v briq_utils
Output
Workaround
The text was updated successfully, but these errors were encountered: