v2.33.1: git: 'credential-manager' is not a git command.
is still shown with credential.helper=manager-core
#3477
Labels
credential.helper=manager-core
is already set, but seemsgit credential-manager
seems still be used somewhere.Setup
defaults?
to the issue you're seeing?
procmon shown the failed cmd is
git credential-manager store
and called bygit-remote-http
,git-remote-http
will try to execute bothgit credential-manager-core store
andgit credential-manager store
, but the second always failed since it's dropped now.(git-for-windows/build-extra#377)Logs with GCM_TRACE=1 and GIT_TRACE=1
Details
CMD
Minimal, Complete, and Verifiable example
this will help us understand the issue.
It should success with no warn.
detecting host provider
will not be shown as 2.33.0 does.It success with an warn
URL to that repository to help us with testing?
An private local repo with auth created by Gogs.
The text was updated successfully, but these errors were encountered: