Skip to content

Instantly share code, notes, and snippets.

@shakthizen
Last active July 14, 2023 07:33
Show Gist options
  • Save shakthizen/bc75461722623cce9c02100f3cc1f969 to your computer and use it in GitHub Desktop.
Save shakthizen/bc75461722623cce9c02100f3cc1f969 to your computer and use it in GitHub Desktop.
Setup git credential manager on ubuntu
Download and install `.deb` from https://github.com/git-ecosystem/git-credential-manager/releases/latest
Follow instructions from https://github.com/git-ecosystem/git-credential-manager/blob/release/docs/install.md#debian-package
Then do these
```sh
git config --global credential.credentialStore cache
```
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment