-
Notifications
You must be signed in to change notification settings - Fork 2.4k
Description
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