This commit is contained in:
iFargle 2023-06-29 22:06:04 +09:00
parent 934aec245f
commit bac3160cde

View file

@ -16,7 +16,7 @@ in
userName = "albert"; userName = "albert";
userEmail = "albert@sysctl.io"; userEmail = "albert@sysctl.io";
extraConfig = { extraConfig = {
config.credential.helper = "cache --timeout=25920000"; credential.helper = "cache --timeout=25920000";
}; };
}; };
}; };