git-crypt
git-crypt copied to clipboard
Transparent file encryption in git
My workflow: 1. I generated a GPG key pair on my laptop (macOS High Sierra) and exported the private key to a second computer. 2. On the second computer (Ubuntu...
Hello, I'm trying to add another person to use git crypt in the same git repo and it fails. ``` git crypt add-gpg-user 0xF7095169AB363115 can't connect to 'socket:///home/XXX/.gnupg/log-socket': Connection refused...
Can I change the encryption key on a file?? Imagining that I start my repository with only a single key, and then I add another key. If change the filter...
I double encrypted some files, and I have to decrypt them by my self... So create a python script, to decrypt git-crypt encrypted files.
This should not happen very often, but for users who do not read the doc, or someone who has locked their repository a long time ago and forgot about it,...
Hi, my team started to use `git-crypt` recently. I see that for new people it is very easy to forget unlocking the repo and only then submitting files that should...
git-crypt should support encrypting with a passphrase. It would work much like GPG mode. The internal symmetric key would be encrypted with a passphrase-derived key and stored in `.git-crypt/keys`.
The problems can be reproduced like this: - from command line: 'git add -p' -> Only binary files changed. - from git gui: right-click -> 'stage lines for commit' is...
gitattributes now supports '**' to mean 'entire subtree'. Using '*' instead of '**' is an easy mistake to make with pretty bad consequences. Hopefully this added emphasis will make it...
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...