Hello,
i'm in the process of setting up Jira and migrating repos to BB.
What i did:
1. cloned a repo to a local drive
2. git remote set-url origin https://keytophoto-admin@bitbucket.org/xxx/xxx.git
3. git push --all
the last command returns:
```
remote: Invalid username or password
fatal: Authentication failed for 'https://bitbucket.org/xxx/xxx.git/'
```
The user in atlassian is "admin" and it was created using google authentication.
questions:
1. why the bitbucket user is "keytophoto-admin" and not "admin"?
2. what the password should be? or where do i change the password?
Hi Admin,
In bitbucket cloud, you have to create user manually there is no as such default username.
If you want to reset username password then please try this link: https://bitbucket.org/account/password/reset/ and make sure the email ID is link with username so you can get reset password link on that mail ID.
Thank you for the reply.
But i think the authentication problem is due to authentication used when the Atlassian account was created.
1. create an Atlassian account authenticating with Google.
2. create a BB repo.
3. git clone over https - results in the "Authentication failed " message.
no ssh keys is been used atm.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
adding SSH keys and setting up .ssh/config solved the auth issue
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.