git-crypt icon indicating copy to clipboard operation
git-crypt copied to clipboard

Transparent file encryption in git

Results 134 git-crypt issues
Sort by recently updated
recently updated
newest added

Some might to prefer keeping the have all attribute settings in one file so it might be helpful to provide an example for that

git-crypt status is helpful to see if the setup works as intended.

When a encrypted file is changed in a remote repo, I am facing issues with merge and rebase. ### Merge With merge, the issue happens when there is a conflict...

With version 0.5.0, I clone a repo with a `.gitattributes` file that matches a missing file. The repo has no added PGP keys. Even if I run `git-crypt init`, if...

If in repo A you include the contents of repo B with git subtree add, and repo B has git-crypt encrypted files, then I can't unlock those files within repo...

I've confirmed that this works locally. It is nice to now that the your gitattributes patterns are correct. I'm not sure of another way to do this. Hopefully, if this...

How to mute/squelch "git-crypt: Warning: file not encrypted" in `git log`, _without rewriting repo history_. I just want to use `git log` without being drowned in warning messages. specifically running...

Run "git-crypt lock" in a normal git repo, the following message shows up: "Error: this repository is already locked."

Hello! I notice that `git blame` shows encrypted file contents as a single line. [Here's an example session with a fresh repo](https://gist.github.com/jasonm/bd59327e207068edf64f9547949e3ae0). There appears to be support for `textconv` under...

If you try to install git-crypt on a clean machine, the following happens: ``` ==> Installing git-crypt dependency: openssl ==> Downloading https://www.openssl.org/source/openssl-1.0.1j.tar.gz Already downloaded: /Library/Caches/Homebrew/openssl-1.0.1j.tar.gz ==> perl ./Configure --prefix=/usr/local/Cellar/openssl/1.0.1j_1 --openssldir=/usr/local/etc/openssl...