How to sign commits on GitHub with GPG
medium.com
How to sign commits on GitHub with GPG
1–4 of 4 posts
Re: How to sign commits on GitHub with GPG
#2He writes: If you’re using 64-bit Windows, don’t try to install GPG directly from the GPG website . It’s not supported. Gpg4win works just fine.
The page he sites: https://www.gnupg.org/download/supported_systems.html says:
NB: The information in this page is heavily outdated. GnuPG works very well on almost all 32 and 64 bit platforms.
Re: How to sign commits on GitHub with GPG
#3Author might want to check with the GnuPG developers again: He writes: If you’re using 64-bit Windows, don’t try to install GPG directly from the GPG website . It’s not supported. Gpg4win works just fine. The page he sites: https://www.gnupg.org/download/supported_systems.html says: NB: The information in this page is heavily outdated. GnuPG works very well on almost all 32 and 64 bit platforms.
Re: How to sign commits on GitHub with GPG
#4Author might want to check with the GnuPG developers again: He writes: If you’re using 64-bit Windows, don’t try to install GPG directly from the GPG website . It’s not supported. Gpg4win works just fine. The page he sites: https://www.gnupg.org/download/supported_systems.html says: NB: The information in this page is heavily outdated. GnuPG works very well on almost all 32 and 64 bit platforms.
Thanks! I didn't notice the note at the top. I'll edit the article to reflect this.
I'm about to update some tutorials that depend on GnuPG working on 64bit Windows and was worried that I'd need to modify my plans. Your particle made me take another look at the documentation and to re-check some assumptions. Thank you.