Este texto é inspirado em A Half Hour to Learn Rust.
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
# install git secret (pick one) | |
brew install git-secret | |
sudo apt-get install git-secret | |
# Import keys into gpg from keybase | |
export GPG_TTY=$(tty) # Required for passphrase entry on WSL2 and MacOS | |
keybase pgp export | gpg --import | |
keybase pgp export --secret | bash -c "gpg --import --allow-secret-key-import" | |
# Import keys from user you wish to add |
OlderNewer