Configured git
This commit is contained in:
parent
6396fb40c3
commit
67600e89a8
2 changed files with 4 additions and 1 deletions
|
|
@ -95,7 +95,9 @@
|
|||
userName = "Aleksandr Lebedev";
|
||||
userEmail = "alex.lebedev2003@icloud.com";
|
||||
extraConfig = {
|
||||
credential.helper = "${pkgs.git.override { withLibsecret = true; }}/bin/git-credential-libsecret";
|
||||
credential.helper = "manager";#"${pkgs.git.override { withLibsecret = true; }}/bin/git-credential-libsecret";
|
||||
credential."https://github.com".username = "KyleKrein";
|
||||
credential.credentialStore = "cache";
|
||||
};
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue