Created
December 31, 2020 03:37
-
-
Save scaryrawr/f219366f703a09942a7c7c5a52f42b00 to your computer and use it in GitHub Desktop.
This file contains hidden or 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
| #!/usr/bin/env sh | |
| curl -LJFO https://github.com/microsoft/Git-Credential-Manager-Core/releases/download/v2.0.289-beta/gcmcore-linux_amd64.2.0.289.48418.tar.gz | |
| tar xf gcmcore-linux_amd64.2.0.289.48418.tar.gz | |
| sudo mv git-credential-manager-core /usr/local/bin/ | |
| git config --global credential.credentialStore secretservice | |
| git config --global credential.helper /usr/local/bin/git-credential-manager-core |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment