Skip to content

Instantly share code, notes, and snippets.

@3noch
Last active February 16, 2020 20:55
Show Gist options
  • Star 9 You must be signed in to star a gist
  • Fork 3 You must be signed in to fork a gist
  • Save 3noch/3ecf12781a5fca486edfbe0498e9616e to your computer and use it in GitHub Desktop.
Save 3noch/3ecf12781a5fca486edfbe0498e9616e to your computer and use it in GitHub Desktop.
How to add a Keybase user to your repo using git-crypt
keybase pgp pull <keybase.io user>
gpg --edit-key <keybase.io user>
  > lsign
  > save
git-crypt add-gpg-user <keybase.io user>
@chribsen
Copy link

Remember to track the user prior to this operation using keybase track:

keybase track <keybase.io user>

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment