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 new to git and I'm learning from the 'Learn Git with Bitbucket' guide. I did all the steps according to the instructions until the git clone command to import the repository to the local computer (step 1 point 8).
Using the https option after entering the password, I get an authentication error. The suggestion in the guide doesn't apply to me because I'm running Ubuntu wsl2 in Windows 11.
This issue is stopping my further learning so how can I solve this problem? I would add that it would be worth updating this tutorial as well, as it is widely recommended on the web (this also applies to gui usability differences).
Hi @Konrad M ,
welcome to the Atlassian community!
Here a useful guide about how to clone a repo https://support.atlassian.com/bitbucket-cloud/docs/clone-a-git-repository/
Fabio
Hi Fabio,
thanks for the answer but this guide doesn't help, because on ubuntu wsl cloning via https does not work. According to the info from the atlassian community, I need to set a password for the app. But for what application should I set a password to apply clone command in ubuntu terminal. I can't find this in the posts (and it's not just me from what I see). SSh key method doesn't work for me either.
Konrad
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
ok i finally found it
create a password for the application in personal settings,
write down this password because after closing the window we will not recover it,
then in the clone command enter the above-mentioned password according to the formula:
git clone https://<bitbucket_username>:<app_password>@bitbucket.org/<repo_name>.git
label name doesn't matter - just create a password, save it and enter into the formula.
It works in Ubuntu wsl
Konrad
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
thanks for sharing. Mark this answer as accepted
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.