-
Notifications
You must be signed in to change notification settings - Fork 5
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
Too many authentication pop-ups #230
Comments
We should have a look if EGit respects Git credential helpers. We should be able to use the cache credential helper then. I don't want to have passwords stored on the disk, this is a potential security risk. |
I've removed the security label because it is intended for security issues that require immediate attention. |
Unfortunately, EGit doesn't respect Git credential helpers. There is an open bug / feature request in the Eclipse Bugzilla: https://bugs.eclipse.org/bugs/show_bug.cgi?id=441198 |
I found a potential workaround:
|
When trying to do git things, the user is haunted by authentication. Users rarely use the credential store, since another password is required. The amount should be decreased, ideally to only once per model repository during session lifetime.
The text was updated successfully, but these errors were encountered: