[Fixed] fatal: credential-cache unavailable; no unix socket support¶
To delete the entry for helper, do run following command in your git bash/powershell:
git config --global --unset credential.helper
or
git config --global credential.helper wincred
or
git config --global credential.credentialStore wincredman --replace-all