-
-
Notifications
You must be signed in to change notification settings - Fork 5.5k
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
Pkg.update caches invalid credentials #17990
Comments
Does it just decide that you don't know them and stop asking you forever? |
What version was this on. I did a bit of cleanup of this code in the past two days. |
OS X Julia v0.5.0-rc2. |
I just tried Julia v0.5.0-rc2 on Linux and it appears to reprompt forever when given invalid credentials. Also, I forgot to mention this using HTTP. |
As it turns out our private Git server will block access when entering invalid credentials repeatedly within a short duration of time. Once blocked, Julia will then cache the last invalid credentials and use them on subsequent |
Issue moved to JuliaLang/Pkg.jl #692 via ZenHub |
After purposefully entering my username and password incorrectly three times for private repo I got the expected "Package ... cannot be updated." message. What I did not expect is that running
Pkg.update()
again does not reprompt the user for credentials.The text was updated successfully, but these errors were encountered: