-
-
Save RockinPaul/6b012b106c4175469ee39bde12fb67f7 to your computer and use it in GitHub Desktop.
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! |
You absolute LEGEND! Thanks!!!
Just updated to 4.0.2 in the hope that the update would fix the issue, but that didn't happen.
This fix has worked for me - going to save a lot of time!
Thanks!
great!
I added --global and worked.
git config --global credential.helper sourcetree
谢谢!
Thank you!
Thanks a lot !
Thank you!
Just an update - just got a new Mac, and couldn't delete a "Feature" from sourcetree (pushes and pulls worked). This bit worked a treat and allowed me to continue to remove the feature. Still working in November 2021!
Even after all these years, it still works like a charm. Thank you!
thank you
Thank you
Thank you!
Thanks!
Got this Error: fatal: not in a git directory
Then tried below one & its worked for me
I added --global and worked.
git config --global credential.helper sourcetree
Thank U!
the answear of @groff work for me too on mac monterey:
git config --global credential.helper sourcetree
MacOS Sonoma & this is still a working solution. Thanks!
Works in 2024!!! Thanks
thanks so much