Setup GIT Credential Manager on Linux - gecko-8/devwiki GitHub Wiki

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