mirror of
https://github.com/tldr-pages/tldr.git
synced 2026-08-28 19:59:24 +08:00
32848e161f
Co-authored-by: badhon <108542798+badhon495@users.noreply.github.com>
262 B
262 B
git credential-store
Git 凭证存储助手,用于将密码存储在磁盘上。 更多信息:https://git-scm.com/docs/git-credential-store。
- 指定凭证存储文件路径:
git config credential.helper 'store --file={{路径/到/文件}}'