1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-29 23:24:55 +02:00
tldr/pages.zh/common/git-credential-cache.md

286 B

git credential-cache

Git 凭证缓存助手,用于在内存中临时存储密码。 更多信息:https://git-scm.com/docs/git-credential-cache.

  • Git 凭证缓存助手,用于在内存中临时存储密码。

git config credential.helper 'cache --timeout={{秒数}}'