Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save jlabs/9b95d7667ec81ff9c1a17bf62832f31e to your computer and use it in GitHub Desktop.
Save jlabs/9b95d7667ec81ff9c1a17bf62832f31e to your computer and use it in GitHub Desktop.
SourceTree: Device not configured (on MacOS)
In console:
git config credential.helper
You will see: osxkeychain
git config credential.helper sourcetree
Then if you perform git config credential.helper again
You will see: sourcetree
Enjoy!
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment