Forked from RockinPaul/sourceTree_device_not_configured.txt
Created
July 1, 2020 11:43
-
-
Save shaikhimran786/a3cab3f933a63d2c38a191c24c52bd1a to your computer and use it in GitHub Desktop.
SourceTree: Device not configured (on MacOS)
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
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