fork-dev / TrackerWin

Bug and issue tracker for Fork for Windows
459 stars 10 forks source link

Error "git: 'credential-manager-core' is not a git command. See 'git --help'" on every push. #2098

Closed david-pfx closed 7 months ago

david-pfx commented 8 months ago

New, just started happening, no changes my end.

Is this your bug or something I have to do?

DanPristupov commented 8 months ago

credential-manager-core was renamed to credential-manager about a year ago. Probably some of your git configs (a global one, may be?) still has credential.helper=manager-core while it must be just credential.helper=manager

For diagnostic open command line and run git config --list --show-origin.

david-pfx commented 8 months ago

Thanks. That was quick.

I do indeed, in

C:/Program Files/Git/etc/gitconfig

.gtconfig I didn’t set them up, and I’ve been using Git for years. Something changed, but I guess I’ll never know. I’ll edit both and hope.😀 Whatever it was, I’ll be surprised if I’m the only one affected. Regards David M Bennett FACS _____ Polyomino Games – Programming Languages and Players for Games and Puzzles -- http://www.polyomino.com From: Dan ***@***.***> Sent: Saturday, 9 December 2023 8:13 PM To: fork-dev/TrackerWin ***@***.***> Cc: david-pfx ***@***.***>; Author ***@***.***> Subject: Re: [fork-dev/TrackerWin] Error "git: 'credential-manager-core' is not a git command. See 'git --help'" on every push. (Issue #2098) credential-manager-core was renamed to credential-manager about a year ago. Probably some of your git configs (a global one, may be?) still has credential.helper=manager-core while it must be just credential.helper=manager For diagnostic open command line and run git config --list --show-origin. — Reply to this email directly, view it on GitHub , or unsubscribe . You are receiving this because you authored the thread.Message ID: ***@***.***>