Turn off git credential helper

This commit is contained in:
Nathan McCarty 2023-01-27 19:43:17 -05:00
parent a15f643dd8
commit 1a7628ac97
Signed by: thatonelutenist
GPG Key ID: D70DA3DD4D1E9F96
1 changed files with 1 additions and 1 deletions

View File

@ -141,7 +141,7 @@ with lib; {
wordRegex = ".";
submodule = "log";
};
credential = { helper = "cache"; };
# credential = { helper = "cache"; };
# Disable annoying safe directory nonsense
safe = { directory = "*"; };
};