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

# Containerize git-crypt Simple dockerfile that builds git-crypt for alpine linux and wraps it in a small container ~9MB. ## Context I recently started working with https://github.com/concourse/concourse and as a...

would it be an idea to be able to encrypt via environment variables? git-crypt unlock $GITCRYPT_SYMETRIC_KEY Now that gitlab-ci is able properly secure these, "Secret Variables; These variables will be...

Occasionally, tracked files are incorrectly shown as modified in `git status` output. A closely related issue is git-lfs/git-lfs#1726. The "fix" described in the initial comment seems to work with the...

I'd like to see this integrated directly with [keybase](http://keybase.io/). Right now, I have to: 1. Follow someone on keybase 2. Import their key into gpg 3. Sign their key in...

feature

Hi, I've successfully built both the most recent version and the latest stable tag with those minor updates to the Makefile. If you are willing to merge this, should I...

windows

Hi, This seems to be a windows only problem. When we unlock the following repo, GIT thinks we have a bunch of changed files. https://github.com/OpeningDesign/CTR Has anyone else had this...

The readme should encourage you to double check if something is encrypted after writing the .gitattributes file. You can verify the filter is being matching by doing: ``` git check-attr...

I have recently set up a repo with git-crypt. When cloning this repo from scratch in a new directory, I observe the following: ``` ... ... Receiving objects: 100% (17680/17680),...

`git-crypt status` tells me about some "staged/comited" files that are NOT encrypted, but should be. And then tells me to run "**Run 'git-crypt status' with the '-f' option to stage...