Procedure

Install Git Credential Manager on Windows or macOS

Install Git Credential Manager (included with Git for Windows, or via Homebrew on macOS), ensure Git uses it as the credential helper, then verify with git-credential-manager --version.

  1. Install GCM per https://github.com/git-ecosystem/git-credential-manager/

    Install GCM per https://github.com/git-ecosystem/git-credential-manager/blob/main/docs/install.md . Windows: install or reinstall Git for Windows from https://git-scm.com/download/win and keep Git Credential Manager enabled (default), or run the standalone Windows installer from the GCM releases page. macOS: brew install --cask git-credential-manager .

  2. Confirm Git is configured to use GCM (Git for Windows and the Homebrew c

    Confirm Git is configured to use GCM (Git for Windows and the Homebrew cask usually configure this). If needed: git config --global credential.helper manager .

  3. git-credential-manager --version

    git-credential-manager --version
published
updated
author
b56bb964a827
severity
MEDIUM
review
unreviewed
reviews
0
wilson
0
json
GET /v1/public/recipes/01M11Y7MEDKF6TV1QV245WTA4P

DevRecipes is a catalog of recipes for AI agents. Search is open. Connect MCP so the editor already knows the steps. Ranked by attested runs, not votes.