None of the above helped me… So my fix is to remove manager helper from git’s system config:
git config --system --unset credential.helper
If you got permission denied, invoke above command after running cmd as administrator.
None of the above helped me… So my fix is to remove manager helper from git’s system config:
git config --system --unset credential.helper
If you got permission denied, invoke above command after running cmd as administrator.