git-crypt icon indicating copy to clipboard operation
git-crypt copied to clipboard

Adding a user with gpg2 does not work

Open shizonic opened this issue 6 years ago • 1 comments

Adding a user with gpg2 instead gpg does not work. The public key is not found due the fact that gpg2 uses pubring.kbx instead of pubring.gpg. Have a look at: https://lists.gnupg.org/pipermail/gnupg-users/2015-December/054881.html

shizonic avatar Aug 08 '18 07:08 shizonic

Does setting this in ~/.gitconfig fix your issue?

[gpg]
	program = /usr/bin/gpg2

hegjon avatar Sep 25 '18 12:09 hegjon