AGWA / git-crypt

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

Problem encrypting files from my gitrepo using git-crypt #102

Closed ttalla14 closed 3 years ago

ttalla14 commented 7 years ago

$ git-crypt unlock /Users/admin/ansible.key git-crypt: error: encrypted file has been tampered with! error: external filter "git-crypt" smudge failed 1 error: external filter "git-crypt" smudge failed fatal: inventory/group_vars/linode-atl.yml: smudge filter git-crypt failed Error: 'git checkout' failed git-crypt has been set up but existing encrypted files have not been decrypted

Also tried adding modified files and run $git-crypt unlock /Users/admin/ansible.key It ran successfully but there are no changes while viewing the encrypted file in my hosts_vars files. So, please help me out and tired of testing many time for the same repo....