git_store_https_pass
Как в Git запомнить пароль при работе с https?
Запомнил пароль при работе с https можно так:
на 15 минут:
git config –global credential.helper cache
на более долгий период:
git config –global credential.helper «cache –timeout=XXXX»
git_store_https_pass.txt · Последнее изменение: 2022/08/22 04:30 — admin