fix: use nested attribute for credential config

This commit is contained in:
mikl 2026-07-01 17:19:25 +03:00
parent 203630ca60
commit e9ddbc5d0e

View file

@ -27,8 +27,10 @@
diff.algorithm = "histogram"; diff.algorithm = "histogram";
# Use osxkeychain for forgejo and other HTTPS remotes # Use osxkeychain for forgejo and other HTTPS remotes
credential.helper = "osxkeychain"; credential = {
"credential.https://git.iscg.dev.helper" = "osxkeychain"; helper = "osxkeychain";
"https://git.iscg.dev".helper = "osxkeychain";
};
# Color output # Color output
color.ui = "auto"; color.ui = "auto";