I am using TortoiseGit on Windows. When I am trying to Clone from the context menu of the standard Windows Explorer, I get this error:
Please make sur
Like other answers, use https
instead of ssh
was the solution.
I post an answer to give a concrete example of a possible solution. I solved this issue with bitbucket when I changed remote url to HTTPS with this command line:
git remote set-url origin
After that, I could push the content to the repository with this command:
git push -u origin --all
And then I could also use Sourcetree