Skip to content

Instantly share code, notes, and snippets.

@hrko
Last active September 30, 2020 15:20
Show Gist options
  • Save hrko/92829e3ff5b183e7fc221dad81734af4 to your computer and use it in GitHub Desktop.
Save hrko/92829e3ff5b183e7fc221dad81734af4 to your computer and use it in GitHub Desktop.
https で git push するときのパスワードをGNOMEのキーリングに保存する
$ sudo apt-get install libgnome-keyring-dev
$ cd /usr/share/doc/git/contrib/credential/gnome-keyring
$ sudo make
$ git config --global credential.helper /usr/share/doc/git/contrib/credential/gnome-keyring/git-credential-gnome-keyring
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment