git-crypt
git-crypt copied to clipboard
Transparent file encryption in git
I use `SourceTree` to manage my repo, after `git-crypt init` and modify the `gitattributes` to crypt my project main folders(hundreds files), I open `SourceTree` to see what changed, this time...
Hi, I've setup git-crypt in one of my team's repos. Got it working for me locally using the `git-crypt add-gpg-user ` the first time. However, my colleagues can't add their...
I'm attempting to clone my repo in a production server and decrypt my files there. I had already encrypted the repo beforehand with `git-crypt add-gpg-user` and it works fine on...
The use case is for CI/CD system to be able to download git repo, and run git-crypt unlock with a deployment gpg key, protected with passphrase.
I am using macOS Catalina and the brew version of git-crypt (there is no -v option so I am not sure which version of git-crypt, but it is the todays...
There is documentation about how to apply git-crypt, but nothing to un-apply it. What happens when a file that is encrypted, with an entry in the .gitattributes file to use...
This allows unlocked repos to work correctly with multiple worktrees. When doing `git worktree add newtree2` in an "unlocked" repo, I get the following output and creating the new worktree...
I've tested this on debian jessie, with `git/testing` (2.11.0-1) from `http://ftp.us.debian.org/debian/ testing/main amd64 Packages`. What I observe is, `git worktree add`'s failure behavior falls into, what I get the impression...
Now that keybase unvailed [encrypted Git](https://keybase.io/blog/encrypted-git-for-everyone), I'm going to move my private repos from Github to Keybase. How can I decrypt the history of an entire repository? I have tried...
``` > git checkout feature/xxx 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: /path/to/file/cacert.pem: smudge filter...