跳过“XXX”:密钥不可用

时间:2018-05-12 18:54:59

标签: git gnupg

gpg4win-3.1.0 gpg:

enter image description here

我尝试了很多方法。但它没有用。 我有我的密钥ID。 我做到了。

$ git config --global user.signingkey XXXXXXX

我想改变我的gpg.program。 但我没有gpg2.exe。 enter image description here

enter image description here

1 个答案:

答案 0 :(得分:1)

首先找到gpg.exe。我的路径是C:\ Program Files(x86)\ GnuPG \ bin \ gpg.exe。 设置gpg.program。

$ git config –global gpg.program “C:\Program Files (x86)\GnuPG\bin\gpg.exe”

然后在Git Bash中设置签名密钥。

$ git config user.signingkey [GPG key ID]