fix: use nested attribute for credential config
This commit is contained in:
parent
203630ca60
commit
e9ddbc5d0e
1 changed files with 4 additions and 2 deletions
|
|
@ -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";
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue