Created
February 21, 2016 10:36
-
-
Save keirlawson/0e3ac20728f9a0535eec to your computer and use it in GitHub Desktop.
Install gnome-keyring git credential helper in Ubuntu
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
sudo apt-get install libgnome-keyring-dev | |
cd /usr/share/doc/git/contrib/credential/gnome-keyring | |
sudo make | |
sudo ln -s /usr/share/doc/git/contrib/credential/gnome-keyring/git-credential-gnome-keyring /usr/lib/git-core/ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
This:
git config --global credential.helper /usr/share/doc/git/contrib/credential/libsecret/git-credential-libsecret
Does this:
warning: credential.helper has multiple values
error: cannot overwrite multiple values with a single value
Use a regexp, --add or --replace-all to change credential.helper.