keybase / keybase-issues

A single repo for managing publicly recognized issues with the keybase client, installer, and website.
902 stars 37 forks source link

Keybase does not correctly recognize GPG installations #3944

Closed krisfail closed 4 years ago

krisfail commented 4 years ago
keybase pgp select --multi
You are selecting a PGP key from your local GnuPG keychain, and
will publish a statement signed with this key to make it part of
your Keybase.io identity.

Note that GnuPG will prompt you to perform this signature.

You can also import the secret key to *local*, *encrypted* Keybase
keyring, enabling decryption and signing with the Keybase client.
To do that, use "--import" flag.

Learn more: keybase pgp help select

- ERROR exec: "gpg2/": file does not exist
$which gpg2
C:\Program Files (x86)\Gpg4winGnuPG\bin\gpg2.EXE
$which gpg
C:\Program Files (x86)\Gpg4winGnuPG\bin\gpg.EXE
Success! Your log ID is:

  e662bf9fbe7b90cd080d1c1c

I have rebooted, reinstalled GPG, reinstalled Keybase, and checked the paths of gpg.exe and gpg2.exe.

krisfail commented 4 years ago

It was extremely easy to solve the problem. keybase config set gpg.command (Path to GPG) keybase ctl restart