Skip to content

Standalone install does not override GCM bundled with Git for Windows #188

@ivan-paleo

Description

@ivan-paleo

I have been using the Git Credential Manager (default during Git installation on Win10) until now. But I have read that it is deprecated and that I should use the Git Credential Manager Core instead.
So I have installed the latest release (2.0.252.766) and re-installed Git (2.28.0) selecting the new credential helper.

But now, I have to enter my credentials every time I want to pull or push; they are not saved anymore.
To check, I re-installed Git and selected the old helper again, and my credentials are saved again.

So it seems I have some configuration issues here.

Not sure if this is relevant: I am using 2FA so my password is a token, and I am using Codeberg.org.

I have noticed that when I use the new helper, only 1 credential gets added to the Windows Credential Manager:
git:https://username@codeberg.org
But when I use the old helper, 2 credentials are added:

  • git:https://username@codeberg.org (although I'm not sure anymore whether it was newly created or whether I forgot to delete it from before)
  • git:https://codeberg.org

Metadata

Metadata

Assignees

No one assigned

    Labels

    auth:basicSpecific to basic authenticationbugA bug in Git Credential Managerhost:genericSpecific to the generic (basic/WIA) host providerinstallationSpecific to installation and uninstallation

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions