Guest User

Untitled

a guest
Jul 18th, 2018
106
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.27 KB | None | 0 0
  1. brew install gnupg2
  2. gpg --import private.asc
  3.  
  4. brew install pinentry-mac
  5. echo "pinentry-program /usr/local/bin/pinentry-mac" > ~/.gnupg/gpg-agent.conf
  6. killall gpg-agent
  7.  
  8. git config --global commit.gpgSign true
  9. git config --global gpg.program gpg
  10.  
  11. git commit -am 'My signed commit'
Add Comment
Please, Sign In to add comment