mirror of
https://github.com/tldr-pages/tldr.git
synced 2026-09-21 12:44:02 +08:00
288 B
288 B
git credential-cache
Git 凭证缓存助手,用于在内存中临时存储密码。 更多信息:https://git-scm.com/docs/git-credential-cache。
- Git 凭证缓存助手,用于在内存中临时存储密码。
git config credential.helper 'cache --timeout={{秒数}}'