We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
$ git --version --build-options git version 2.42.0.windows.2 cpu: x86_64 built from commit: 2f819d1670fff9a1818f63b6722e9959405378e3 sizeof-long: 4 sizeof-size_t: 8 shell-path: /bin/sh feature: fsmonitor--daemon
$ cmd.exe /c ver Happens for all Windows
defaults
If we run git help -a we see that credential-cache is available:
git help -a
credential-cache
git help -a .... credential-cache Helper to temporarily store passwords in memory
However, if we select it, the credential manager just returns errors all the time:
fatal: credential-cache unavailable; no unix socket support
This is something that changed relatively recently.
The text was updated successfully, but these errors were encountered:
Duplicate of #3892
Sorry, something went wrong.
No branches or pull requests
Setup
defaults?
Details
If we run
git help -a
we see thatcredential-cache
is available:However, if we select it, the credential manager just returns errors all the time:
This is something that changed relatively recently.
The text was updated successfully, but these errors were encountered: