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.
In SourceTree I try to connect to the BitBucket Cloud using the "Remote repository" feature.
I'm using OAuth and everything works, but not when I click the "Show Organization Repos". I get a red X on my user:
fixed: you must give application permission on github https://stackoverflow.com/questions/40641849/gitkraken-is-not-showing-repo-i-am-a-contributer-to
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hey Lars,
I noticed that you have not received a reply for some time so I figured I would jump in.
Can you please advise whether you are using HTTPS or SSH for your remote repository connections?
Cheers!
- Ben (Bitbucket Cloud Support)
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.
@Ben I have tried both ssh and https. ssh keys are in place and work with other tools like Gitcracken.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi @Mark apologies for the delay in response.
Please try to configure an App Password for usage with SourceTree using the following link:
https://support.atlassian.com/bitbucket-cloud/docs/app-passwords/
Once this has been configured with all of the necessary permissions, please update your remote URL's in the following format:
git remote set-url origin https://USERNAME:APP_PASSWORD@bitbucket.org/workspaceID/reposlug.git
There is a guide for SourceTree related to this located here:
https://community.atlassian.com/t5/Sourcetree-articles/Bug-Fix-Sourcetree-for-Windows-authentication-error-when/ba-p/1965968
If you still receive the same error, please let me know which operating system you are using, as I will need to raise this as a bug. By all accounts, if you have the necessary permissions associated with your account in relation to the SSH key, and the necessary read/write access as defined by the AppPassword, the feature you have described should be functional.
Cheers!
- Ben (Bitbucket Cloud Support)
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.