-
Notifications
You must be signed in to change notification settings - Fork 0
Setup Git Credential Manager for Ubuntu
Shamik Biswas edited this page Jan 12, 2023
·
5 revisions
- Download the latest package
sudo dpkg -i <path-to-package>git-credential-manager configure
For more details on pass
-
sudo apt install passCopy the public key id for future reference -
gpg --gen-keyOne can always list all the gpg generated keysgpg --list-keys -
pass init "<first 6 chars of gpg-public-id> and whatever else string you want"e.g.pass init "B430F0 Password Storage Key" pass git init