You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Does git config --show-origin credential.helper say that windcred should be used perchance? If so, this is configured incorrectly (but not by Git for Windows' installer: it does not try to set this).
I found that there was another .gitconfig file that will be used apart from the default one and this one had the credential.helper set to windcred. Setting it to manager solved the issue.
Used git config --list --show-origin to find all the config files.
Thanks @dscho for pointing me in the corret direction.
Setup
- 64-bit
- Windows 10 Pro
- Version 1709
- 64-bit
defaults?
Details
Bash
Minimal, Complete, and Verifiable example
this will help us understand the issue.
I get this.
It does look like it's pooling though.
The text was updated successfully, but these errors were encountered: