From 3cf4ea5c917666fccfb30d79c37d142cae57dfdc Mon Sep 17 00:00:00 2001 From: Sebastian Date: Mon, 23 Nov 2020 11:17:34 +0000 Subject: [PATCH] Mark 'no-tty' option as optional, remove 'use-agent', the man page says "This is dummy option. gpg always requires the agent" --- signed-commits.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/signed-commits.md b/signed-commits.md index 6aa03f0..8b8686c 100644 --- a/signed-commits.md +++ b/signed-commits.md @@ -11,9 +11,8 @@ Steps for enabling GPG signed commits in Android Studio: email = you@example.com signingkey = ABCD0123 ``` -* Add the following lines to your `.gnupg/gpg.conf`: +* (Optional) If you have problems with the GTK password prompt not showing up, try adding the following line to your `.gnupg/gpg.conf`: ``` - use-agent no-tty ``` * Enable signed commits in the project's `.git/config`: