Can someone give me a quick walkthrough on simply cloning a repo with SourceTree?
In Bookmarks, I click on Clone Repository. For Source Path I paste in the URL which loo
For me, the solution was to enable Git Support from Source Tree. Tools --> options --> Git (Enable Git Support)
In my case, i did not had installed GIT on Sourcetree. It automatically asking when initial installation but i missed it somehow. so i installed GIT manually, Goto Tools > Options > GIT > follow the steps to add the GIT to your SourceTre.
i have dowloaded the sourcetree an the GIT an use the local GIT installed not what sourcetree offers. that resolves the error.
As illustrated in this Atlassian thread, this is usually related to a credential issue.
In your case, it could be an ssh configuration problem, with no or the wrong ssh public/private keys.
Or, still for ssh, it can be related to ssh keys incorrectly registered.
Image
It happened to me when I first run SourceTree after installing. Restarting SourceTree and this particular error went away.