You're on your way to the next level! Join the Kudos program to earn points and save your progress.
Level 1: Seed
25 / 150 points
Next: Root
1 badge earned
Challenges come and go, but your rewards stay with you. Do more to earn more!
What goes around comes around! Share the love by gifting kudos to your peers.
Keep earning points to reach the top of the leaderboard. It resets every quarter so you always have a chance!
Join now to unlock these features and more
The Atlassian Community can help you and your team get more value out of Atlassian products and practices.
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.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.