Skip to content

Instantly share code, notes, and snippets.

@xgenvn
Created October 15, 2020 15:49
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save xgenvn/d6c2a1765e310da97812242f5c9ac837 to your computer and use it in GitHub Desktop.
Save xgenvn/d6c2a1765e310da97812242f5c9ac837 to your computer and use it in GitHub Desktop.
Setup libsecret git gnome git credential
sudo apt-get install libsecret-1-0 libsecret-1-dev libglib2.0-dev
sudo make --directory=/usr/share/doc/git/contrib/credential/libsecret
git config --global credential.helper \
/usr/share/doc/git/contrib/credential/libsecret/git-credential-libsecret
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment