1GIT-CREDENTIAL-CAC(1) Git Manual GIT-CREDENTIAL-CAC(1)
2
3
4
6 git-credential-cache--daemon - Temporarily store user credentials in
7 memory
8
10 git credential-cache—daemon [--debug] <socket>
11
13 Note
14 You probably don’t want to invoke this command yourself; it is
15 started automatically when you use git-credential-cache(1).
16
17 This command listens on the Unix domain socket specified by <socket>
18 for git-credential-cache clients. Clients may store and retrieve
19 credentials. Each credential is held for a timeout specified by the
20 client; once no credentials are held, the daemon exits.
21
22 If the --debug option is specified, the daemon does not close its
23 stderr stream, and may output extra diagnostics to it even after it has
24 begun listening for clients.
25
27 Part of the git(1) suite
28
29
30
31Git 2.26.2 2020-04-20 GIT-CREDENTIAL-CAC(1)