Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support for Bitbucket repo access tokens? #196

Open
srustamo opened this issue Feb 5, 2025 · 1 comment
Open

Support for Bitbucket repo access tokens? #196

srustamo opened this issue Feb 5, 2025 · 1 comment

Comments

@srustamo
Copy link

srustamo commented Feb 5, 2025

Bitbucket provides the following repo level access token syntax:

git clone https://x-token-auth:{repository_access_token}@bitbucket.org/{workspace}/{repository}.git

There's no username in the token. I tried this format on the Mac terminal and it clones my repo without issues.

In GitSync, http|s auth method asks for a user name. I tried any random user name, and in the Clone remote repository modal window I pasted https://x-token-auth:{repository_access_token}@bitbucket.org/{workspace}/{repository}.git

But I get Failed to clone repository! not authorized pop-up window.

@horacioj
Copy link

+1
I also would like to connect a Bitbucket repo.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants