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`: