-
Notifications
You must be signed in to change notification settings - Fork 1.6k
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
Better error handling around repository credentials #2039
Comments
Yes, I agree that usability related to GPG is rather bad. Happy to take patches for this. Some of these fixes may be newbie-friendly. |
I would love to work on that if there are no concerns :) |
@maxprokopiev: Go ahead :) |
…omancy#2039) This adds a warning when leiningen attempts to access credentials.clj.gpg stored in as well as warnings whenever a specified repository credential cannot be resolved, including the credential key and any place that leiningen looked for the credential. Currently investigating how to only print the credential resolution warning when the credentials are actually used as opposed to when they are resolved. If a warning is printed only at resolution time, leiningen may succeed at it's current task despite the fact that credentials were not found, superfluously warning the user about unneeded credentials.
I have an issue where my |
There is some room for improvement around the error handling/messaging for repository credentials. For example:
The text was updated successfully, but these errors were encountered: