- Install Keybase and login
$ brew cask install keybase
$ keybase login
- Create a new GPG key on keybase
$ keybase pgp gen --multi
- Follow instructions
- Note: the email used in the key must match the user email in your
~/.gitconfig
- Set up Git to sign all commits
$ gpg --list-secret-keys
This file contains hidden or 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
detect.hub.url=********* | |
detect.hub.timeout=120 | |
detect.hub.username=********* | |
detect.hub.password=********* | |
detect.output.path=blackduck |
OlderNewer