mirror of
https://code.briarproject.org/briar/briar.git
synced 2026-02-12 10:49:06 +01:00
Mark 'no-tty' option as optional, remove 'use-agent', the man page says "This is dummy option. gpg always requires the agent"
@@ -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`:
|
||||
|
||||
Reference in New Issue
Block a user