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

Add add-gpg-user --trusted documentation to the READMEs #185

Open spk opened 4 years ago

spk commented 4 years ago

Hi completely forgot that we need to trust the key when adding a collaborator to the repository having error like:

gpg: XXX: There is no assurance this key belongs to the named user
gpg: [stdin]: encryption failed: Unusable public key
git-crypt: GPG error: Failed to encrypt

ref https://github.com/AGWA/git-crypt/issues/23

Cheers, Laurent