Anybody here got invitation codes for keybase ?
Send a note to hi at myusername [dot] co
11–20 of 121 posts
Anybody here got invitation codes for keybase ?
Send a note to hi at myusername [dot] co
Anybody here got invitation codes for keybase ?
Anybody here got invitation codes for keybase ?
Anybody here got invitation codes for keybase ?
This is timely, considering Ken's recent hack attempt on his github account. Does anyone know what happens when commit signatures don't match?
Anybody here got invitation codes for keybase ?
If anyone wants an invitation: username at protonmail.ch.
Please note that this was initially written as a reference for myself, being relatively inexperienced with the keybase client and gpg tooling in general. There are certainly different ways to accomplish the same and you don't have to use keybase, but I wanted to. Please keep this in mind.
Ironically, only the first commit is signed.
Thanks for posting this here. Please note that this was initially written as a reference for myself, being relatively inexperienced with the keybase client and gpg tooling in general. There are certainly different ways to accomplish the same and you don't have to use keybase, but I wanted to. Please keep this in mind. Ironically, only the first commit is signed.
Yeah, and even though I had set this up myself just a few minutes before I submitted PR #3, I ended up committing on the web UI as well, with no signature :D
Note that you don't need keybase.io to sign your commits: https://help.github.com/articles/signing-commits-using-gpg/
1. Make git aware of your signing key
git config user.signingkey "..."
2. Sign the commit
git commit -S ...
That's it.