1
GITコミットのGPG署名は、端末では動作しますが、Intellij Ideaでは動作しません。Intellij IDEA署名GIT GPGでコミット
gpg failed to sign the data fatal: failed to write commit object
GITコミットのGPG署名は、端末では動作しますが、Intellij Ideaでは動作しません。Intellij IDEA署名GIT GPGでコミット
gpg failed to sign the data fatal: failed to write commit object
あなたのGITのGPG署名を作業している場合は、端末にコミットしたがのIntelliJアイデアであなたがpinentry-mac
を使用することができません。 gpg.conf
とgpg-agent.conf
ファイルも忘れずに更新してください。ここ
brew install pinentry-mac
echo "no-tty" >> ~/.gnupg/gpg.conf
echo $(which pinentry-mac) >> ~/.gnupg/gpg-agent.conf
詳細情報:https://nathanielhoag.com/blog/2016/09/05/signing-commits-in-git/