I connected with bitbucket and I installed Git and sourcetree in my computer and I try to connect sourcetree and bitbucket together. but I couldn't connect both. when I try to clone repository source path, it says
this is not a valid source path...
git: 'credential-osxkeychain' is not a git command. See 'git --help'.
like this error
I don't have any idea about credential-osxkeychain file, and I'm using windows os
can anyone help me to solve this problem?
Is there any chance that
$ git config --get credential.helper
is showing osxkeychain
? This only works in OS X.
Try to find the according .gitconfig
file (probably in $HOME) and remove the credential helper line.
EDIT: Atlassian documented the issue as well.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With