Open JohannesFKnauf opened 7 years ago
I am facing the same issue. Does anyone have any solution how to use multiple keys to encrypt two different set of files?
A similar error here. In my case, I already had the files in plaintext in the repo, and then have removed and added the encrypted files in a branch.
git-crypt: Error: Unable to open key file - have you unlocked/initialized this repository yet?
error: external filter '"git-crypt" smudge --key-name=test' failed 1
error: external filter '"git-crypt" smudge --key-name=test' failed
fatal: filename: smudge filter git-crypt-test failed
How do I unlock or initialize if a git checkout
fails? :/
We have a setup with 3 branches. Each branch has a separate git-crypt key. The feature we are using for that is documented in https://github.com/AGWA/git-crypt/blob/master/doc/multiple_keys.md
When checking out and unlocking branch A (which uses key A), I can neither