keybase-gpg-github
keybase-gpg-github copied to clipboard
Step-by-step guide on how to create a GPG key on keybase.io, adding it to a local GPG setup and using it with Git and GitHub.
As git bash uses it's default gpg program which is located by default at `C:\Program Files\Git\usr\bin\gpg.exe` and keybase uses the gpg program of windows which is installed by default at...
Hello everybody, Thanks for the instructions but the Pinentry-Mac program doesn't save the password even when I tick the box. You describe to do something with gpg-agent-info but I don't...
In: ``` # We can then use `export` with the `-q` or query flag to match on our key (the first 16 characters should do..) $ keybase pgp export -q...
The pinentry window never spawned until I did that. Solution found here : https://apple.stackexchange.com/questions/236758/how-to-use-gui-pinentry-program-for-gpg
Hi, I've followed the exact steps, but when I try to commit I get the following message: ```bash error: gpg failed to sign the data fatal: failed to write commit...
It would be great to have documentation on how to associate multiple keys + email id pairs in keybase and github for people using different account for open source and...
Hi, it would be great to add some information about how to sign releases, so they can be authenticated as well. See https://wiki.debian.org/Creating%20signed%20GitHub%20releases as a reference. The gpg command in...
Sometimes people just copy/paste examples/documentation. Maybe is better to put a note or a placeholder. Example: ``` sh $ git config --global user.signingkey [KEY-ID-HERE] $ git config --global commit.gpgsign true...
It would be amazing if you can also tell us how to use existing gpg keys that we have and how to upload that to keybase. Also, how to use...