Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to determine the version of Git Credential Manager for Windows?

Is there a command or other way to determine the version of Credential Manager in my git installation?

like image 586
Gary Barrett Avatar asked Feb 03 '26 17:02

Gary Barrett


2 Answers

From Git-Credential-Manager's GitHub documentation

Assuming the GCM has been installed, using your favorite Windows console (Command Prompt, PowerShell, ConEmu, etc.), use the following command to interact directly with the GCM.

    git credential-manager [<command> [<args>]]

So to display the current version you can use

    git credential-manager version

If you are using a newer git for Windows version that includes credential-manager-core the command is:

git credential-manager-core --version
like image 106
clamentjohn Avatar answered Feb 05 '26 07:02

clamentjohn


As for the most recent version of Git, to check for the current GCM version, use this command line:

git credential-manager --version

Further explanation can be found in Esteban's response to Ray's answer.

like image 34
DeepInDark Avatar answered Feb 05 '26 07:02

DeepInDark



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!