feat(git): use oauth instead of cache credential manager for git
This commit is contained in:
parent
1c5da196a4
commit
999b53d209
1 changed files with 1 additions and 2 deletions
|
@ -3,6 +3,7 @@
|
|||
{
|
||||
programs = {
|
||||
less.enable = true;
|
||||
git-credential-oauth.enable = true;
|
||||
|
||||
git = {
|
||||
enable = true;
|
||||
|
@ -28,8 +29,6 @@
|
|||
core.editor = "nvim";
|
||||
core.pager = "less -FX";
|
||||
|
||||
credential.helper = "cache --timeout=36000";
|
||||
|
||||
diff.ignoreSubmodules = "none";
|
||||
|
||||
fetch.parallel = 8;
|
||||
|
|
Loading…
Reference in a new issue