1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-07-08 17:55:24 +02:00
tldr/pages.zh/common/git-credential-store.md

8 lines
272 B
Markdown

# git credential-store
> Git 凭证存储助手,用于将密码存储在磁盘上。
> 更多信息:<https://git-scm.com/docs/git-credential-store>.
- ​​指定凭证存储文件路径​​:
`git config credential.helper 'store --file={{路径/到/文件}}'`