Last active
April 15, 2024 18:35
-
-
Save RockinPaul/6b012b106c4175469ee39bde12fb67f7 to your computer and use it in GitHub Desktop.
SourceTree: Device not configured (on MacOS)
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
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! |
MacOS Sonoma & this is still a working solution. Thanks!
Works in 2024!!! Thanks
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
the answear of @groff work for me too on mac monterey:
git config --global credential.helper sourcetree