AGWA / git-crypt

Transparent file encryption in git
https://www.agwa.name/projects/git-crypt/
GNU General Public License v3.0
8.18k stars 475 forks source link

Adding a user with gpg2 does not work #157

Open shizonic opened 6 years ago

shizonic commented 6 years ago

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

hegjon commented 5 years ago

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

[gpg]
    program = /usr/bin/gpg2