Turn off git credential helper
This commit is contained in:
parent
a15f643dd8
commit
1a7628ac97
|
@ -141,7 +141,7 @@ with lib; {
|
||||||
wordRegex = ".";
|
wordRegex = ".";
|
||||||
submodule = "log";
|
submodule = "log";
|
||||||
};
|
};
|
||||||
credential = { helper = "cache"; };
|
# credential = { helper = "cache"; };
|
||||||
# Disable annoying safe directory nonsense
|
# Disable annoying safe directory nonsense
|
||||||
safe = { directory = "*"; };
|
safe = { directory = "*"; };
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in New Issue