You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
With go-gitea#19732, the default location for the `.gnupg` folder has changed. To mitigate this breaking change, users can specify the home directory for gnupg via `$GNUPGHOME` environment variable to keep using their current location.
Copy file name to clipboardExpand all lines: docs/content/doc/advanced/signing.en-us.md
+2-1Lines changed: 2 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -100,7 +100,8 @@ ideal UI and therefore subject to change.
100
100
**Since 1.17**, Gitea runs git in its own home directory `[repository].ROOT` and uses its own config `{[repository].ROOT}/.gitconfig`.
101
101
If you have your own customized git config for Gitea, you should set these configs in system git config (aka `/etc/gitconfig`)
102
102
or the Gitea internal git config `{[repository].ROOT}/.gitconfig`.
103
-
Related home files for git command (like `.gnupg`) should also be put in Gitea's git home directory `[repository].ROOT`.
103
+
Related home files for git command (like `.gnupg`) should also be put in Gitea's git home directory `[repository].ROOT`.\
104
+
If you like to keep the `.gnupg` directory outside of `{[repository].ROOT}/`, consider setting the `$GNUPGHOME` environment variable to your preferred location.
0 commit comments