Skip to content

Instantly share code, notes, and snippets.

@jbrinkman
Created March 22, 2019 11:27
Show Gist options
  • Save jbrinkman/5d90c7be74c6eed909697f1912bbdcb7 to your computer and use it in GitHub Desktop.
Save jbrinkman/5d90c7be74c6eed909697f1912bbdcb7 to your computer and use it in GitHub Desktop.
Manually add Git Credential to Credential Manager
# to add a new Git credential to the Credential Manager:
cmdkey /generic:LegacyGeneric:target=git:https://tfs.etg-inc.net /user:domain\username /pass:"mypassword"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment