Mark 'no-tty' option as optional, remove 'use-agent', the man page says "This is dummy option. gpg always requires the agent"

Sebastian
2020-11-23 11:17:34 +00:00
parent a059e04376
commit 3cf4ea5c91

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