1GIT-CREDENTIAL-CACHE--DAEMON(1)   Git Manual   GIT-CREDENTIAL-CACHE--DAEMON(1)
2
3
4

NAME

6       git-credential-cache--daemon - Temporarily store user credentials in
7       memory
8

SYNOPSIS

10       git credential-cache--daemon [--debug] <socket-path>
11

DESCRIPTION

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
18       <socket-path> for git-credential-cache clients. Clients may store and
19       retrieve credentials. Each credential is held for a timeout specified
20       by the 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

GIT

27       Part of the git(1) suite
28
29
30
31Git 2.43.0                        11/20/2023   GIT-CREDENTIAL-CACHE--DAEMON(1)
Impressum