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

:wave: Was playing about with git crypt in a deployment workflow. Discovered to my surprise it's a little confusing to track down if a key unlocks anything or not. (Especially...

feature

\> git-crypt unlock ../key git-crypt: System error: CreateFileA: - 2 - Områden/- 2 - Områden.mdThe system cannot find the path specified.

defect
help wanted

### Environment mac, OS 14.x, git-crypt 0 ### Background Somehow the colleague generated the key to me, but when I try to unlock it started show me next errors: ```...

I am using git to keep track of my configuration files in a 'dotfiles' repository. In my case my home folder is a git repository on its own and the...

Below is the screenshot: ![image](https://github.com/AGWA/git-crypt/assets/84362033/1a0aeeca-2664-45a0-88af-9b537af2560c) git-crypt built for windows cannot find the gpg keys using mobaxterm.

I am using git-crypt unlock command to decrypt around 20 files (.confi, .robot, .cfg, .yml). It used to take less than minute. Do you have any ideas what could be...

I installed the official version released (git-crypt-0.7.0-x86_64.exe) for Windows and tried to unlock my repository. It seems it fails with some files. Possible encoding problem? This repo is being used...

Hi, After to updated git version to 2.39.1 ubuntu focal version the git-crypt not working for merge command. ```sh > GIT_CURL_VERBOSE=1 GIT_TRACE=1 git merge master 14:35:12.818355 git.c:460 trace: built-in: git...

```sh #!/bin/sh -eu docker run --rm -it alpine:3.18 sh -euxc ' apk add git git-crypt git config --global user.email "[email protected]" git config --global user.name "Your Name" mkdir r cd r...

defect