Files
tldr/pages.zh/common/git-credential-store.md

8 lines
246 B
Markdown
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# git credential-store
> Git助手用于在磁盘上存储密码。
> 更多信息:<https://git-scm.com/docs/git-credential-store>。
- 将Git凭据存储在特定文件中
`git config credential.helper 'store --file={{path/to/file}}'`