This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
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!
If I remove the <somename>@, the Login dialog does let me enter my email address. However, I still get a login error. This is with the email address as username and password that I use to log onto the bitbucket website. Are there different credentials that I need?
As a test, I tried cloning the repository with the Git Gui, and it worked without error.