Tool/software:
I am trying to clone a bitbucket repository with URL in the form of
https://<somename>@bitbucket.org/<somename>/test1.git
My username at bitbucket is my email address, not the "somename" from the URI.
In the "Clone Git Repository" dialog, there is an Authentication box. I enter my bitbucket username and password here. When I press "Next", I am given a login screen. Here, it lists the repository link, the "somename" as user, and prompts me from a password. The user field is read-only, so there is no option to enter my email address as the username.
Am I doing something wrong? Is there another way to force the cloning process to use my email address?
Thanks!