1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-06-05 13:46:00 +02:00
tldr/pages.zh/common/git-credential-store.md

272 B

git credential-store

Git 凭证存储助手,用于将密码存储在磁盘上。 更多信息:https://git-scm.com/docs/git-credential-store.

  • ​​指定凭证存储文件路径​​:

git config credential.helper 'store --file={{路径/到/文件}}'