From 17a67d0e7b1395f433ddeff7db96323aa41c3162 Mon Sep 17 00:00:00 2001 From: ihar_hancharenka Date: Tue, 12 Aug 2025 12:06:47 +0300 Subject: [PATCH] m --- devops/vcs/git/config/cred.txt | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/devops/vcs/git/config/cred.txt b/devops/vcs/git/config/cred.txt index f849b6bf8..dad241d47 100644 --- a/devops/vcs/git/config/cred.txt +++ b/devops/vcs/git/config/cred.txt @@ -1,3 +1,4 @@ +https://git-scm.com/docs/git-credential-store https://help.github.com/articles/caching-your-github-password-in-git/ http://stackoverflow.com/questions/6031214/git-how-to-use-netrc-file-on-windows-to-save-user-and-password http://superuser.com/questions/199507/how-do-i-ensure-git-doesnt-ask-me-for-my-github-username-and-password @@ -11,6 +12,9 @@ Host *github.com http://stackoverflow.com/questions/5343068/is-there-a-way-to-skip-password-typing-when-using-https-github +[credential] + helper = store --file ~/.my-git-credentials + Use your OSs credential store. For msysgit 1.7.9+ on windows use git config --global credential.helper wincred