Skip to content

Setup GIT Credential Manager on Linux

Jason Lewis edited this page Sep 27, 2023 · 1 revision

Up

  1. Run the following commands to install GCM
wget "https://github.com/git-ecosystem/git-credential-manager/releases/download/v2.3.2/gcm-linux_amd64.2.3.2.deb" -O /tmp/gcmcore.deb
sudo dpkg -i /tmp/gcmcore.deb
git-credential-manager configure
  1. Setup your chosen backing store as per: GCM Backing Store Setup
Clone this wiki locally