简体中文 ▾
Localized versions of git-credential-cache--daemon manual
Topics ▾
Email
Latest version
▾
git-credential-cache--daemon last updated in 2.39.0
Changes in the git-credential-cache--daemon manual
Setup and Config
Getting and Creating Projects
Basic Snapshotting
Branching and Merging
Sharing and Updating Projects
Inspection and Comparison
Patching
Debugging
External Systems
Server Admin
Guides
- gitattributes
- Command-line interface conventions
- Everyday Git
- Frequently Asked Questions (FAQ)
- Glossary
- Hooks
- gitignore
- gitmodules
- Revisions
- Submodules
- Tutorial
- Workflows
- All guides...
Administration
Plumbing Commands
- 2.39.1 → 2.47.0 no changes
- 2.39.0 12/12/22
- 2.36.1 → 2.38.5 no changes
- 2.36.0 04/18/22
- 2.3.10 → 2.35.8 no changes
- 2.2.3 09/04/15
- 2.1.4 no changes
- 2.0.5 12/17/14
描述
Note
|
您可能不想自己调用这条命令;当您使用 git-credential-cache[1] 时,它会自动启动。 |
此命令通过 <套接字路径>
指定的 Unix 域套接字监听 git-credential-cache
客户端。客户端可以存储和检索证书。每个凭据的保留时间由客户端指定;一旦没有凭据保留,守护进程就会退出。
如果指定了 --debug
选项,守护进程不会关闭标准错误流,甚至在开始监听客户端后仍可能向其输出额外的诊断信息。
GIT
属于 git[1] 文档