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

:busts_in_silhouette: A bash-tool to store your private data inside a git repository.

Results 126 git-secret issues
Sort by recently updated
recently updated
newest added

When running removeperson, I am getting an error from gpg (see below) stating that the key should be deleted first. But I don't see any keys in my public ring....

What are the steps to reproduce this issue? ------------------------------------------- 1. git-secret tell [email protected] 2. git-secret tell [email protected] 3. git-secret whoknows -l What happens? ------------- [email protected] (expires: 2024-08-22) [email protected]: date [-jnRu]...

Details: https://github.com/sobolevn/git-secret/actions/workflows/release-ci.yml

What are the steps to reproduce this issue? ------------------------------------------- 1. Ensure project is in a directory path that has a folder with a space in it. e.g. /mnt/c/Users/User Name/Documents/workspace/project. (i.e....

Details: https://github.com/sobolevn/git-secret/actions/workflows/release-ci.yml

Details: https://github.com/sobolevn/git-secret/actions/workflows/release-ci.yml

What are the steps to reproduce this issue? ------------------------------------------- 1. initialize `git secret` 2. share the `.gitsecret/keys` folder via bind-mount with docker on **Windows via Docker Desktop** (Docker Desktop sets...

Details: https://github.com/sobolevn/git-secret/actions/workflows/release-ci.yml

On https://sobolevn.me/git-secret/, the first link that says "installation", points to https://sobolevn.me/installation, which is a 404. Instead, it should point to https://sobolevn.me/git-secret/installation, which is page which shows installation instructions.

When the pubring files are read-only (for many reasons this can be the case, for example some source control systems like Perforce set all repo contents to read-only until they...