forked from git/git
-
Notifications
You must be signed in to change notification settings - Fork 2.8k
Closed
Labels
Description
I tried to run git-credential-cache but got an error:
> git credential-cache
fatal: credential-cache unavailable; no unix socket support
Others have reported the same error https://stackoverflow.com/questions/67951554/error-fatal-credential-cache-unavailable-no-unix-socket-support
A workaround is to install and configure Git Credential Manager git-credential-manager-core --configure. The default credential store Windows Credential Manager works well.
Setup
- Which version of Git for Windows are you using? Is it 32-bit or 64-bit?
$ git --version --build-options
git version 2.36.1.windows.1
cpu: x86_64
built from commit: e2ff68a2d1426758c78d023f863bfa1e03cbc768
sizeof-long: 4
sizeof-size_t: 8
shell-path: /bin/sh
feature: fsmonitor--daemon
- Which version of Windows are you running? Vista, 7, 8, 10? Is it 32-bit or 64-bit?
$ cmd.exe /c ver
Microsoft Windows [Version 10.0.19043.1682]
hickford, miya789 and rwp0