Setting up gpg-agent
# There are some issues with pinentry, so I've just installed the relevant pinentry program | |
# mac: `brew install pinentry-mac` | |
# ubuntu: `sudo apt-get install pinentry-gnome3` | |
pinentry-program /usr/local/bin/pinentry-mac | |
enable-ssh-support | |
write-env-file | |
use-standard-socket | |
default-cache-ttl 600 | |
max-cache-ttl 7200 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment