Page MenuHomeSolus

git-credential-gnome-keyring
Closed, WontfixPublic

Description

It would be nice to use gnome-keyring to store git credentials.

Related Objects

StatusSubtypeAssignedTask
WontfixNone
InvalidNone

Event Timeline

When would this be useful? I'm failing to think up a use case.

I'm using it to store my username an password of various git account in gnome keying so I don't have to reenter them all the time in terminal. Working well so far, but a colleague at work suggest to use ssh authentication so it may not be that useful after all.

Yea, SSH key authentication is the way to go really.

If your goal is to not have to remember a password, but to have secure authentication to Git, I can't emphasize enough how much using SSH keys is more secure than using gnome-keyring to memorize your password.

clauded added a subscriber: clauded.

I would like to reopen this request as I work with many repositories that don't support ssh (only https) so I have to use username/password for those repos.

+1 from me. This is a ease-of-use/convenience tool for the case where you can't use SSH.

DataDrake moved this task from Backlog to Improvement on the Software board.

This is a part of git's contrib now, just needs enabling.

Gnome-keyring is being replaced by libsecret as "less evil" solution. Opened https://dev.solus-project.com/D3532

@mati865 gnome-keyring can do things that libsecret cannot. They are both valid for different use cases.

Closing due to lack of activity in over 30 days. Still eligible for inclusion.