We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fe12d50 commit 6851f87Copy full SHA for 6851f87
practices/guides/commit-signing.md
@@ -22,6 +22,7 @@
22
echo export GPG_TTY=\$\(tty\) >> ~/.zshrc
23
source ~/.zshrc
24
PINENTRY_BIN=$(whereis -q pinentry-mac)
25
+ mkdir -p ~/.gnupg
26
touch ~/.gnupg/gpg-agent.conf
27
sed -i '' '/^pinentry-program/d' ~/.gnupg/gpg-agent.conf
28
echo "pinentry-program ${PINENTRY_BIN}" >> ~/.gnupg/gpg-agent.conf
0 commit comments