I\'m trying to push my project via the https protocol on bitbucket using sourcetree. But I can\'t connect to bitbucket with my login and password (which work on the webs
I was using below command
git clone -b branch-name https://@bitbucket.org/.git
Issue got resolved after adding password with username (see below command):
git clone -b branch-name https://:@bitbucket.org/.git