Last active
July 14, 2023 07:33
-
-
Save shakthizen/bc75461722623cce9c02100f3cc1f969 to your computer and use it in GitHub Desktop.
Setup git credential manager on ubuntu
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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