Этот коммит содержится в:
ihar_hancharenka 2025-08-12 12:06:47 +03:00
родитель 4e5d81c2e2
Коммит 17a67d0e7b

Просмотреть файл

@ -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