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

Feature: Support for Bitbucket repo access tokens #196

Open
srustamo opened this issue Feb 5, 2025 · 2 comments
Open

Feature: Support for Bitbucket repo access tokens #196

srustamo opened this issue Feb 5, 2025 · 2 comments
Labels
deferred Will be completed post-rework enhancement New feature or request

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.

@ViscousPot
Copy link
Owner

This sounds doable and is on the list. Currently doing a bit of a rework on the codebase, but this will be revisited after that is complete.

Thanks :)

@ViscousPot ViscousPot added enhancement New feature or request deferred Will be completed post-rework labels Feb 17, 2025
@ViscousPot ViscousPot changed the title Support for Bitbucket repo access tokens? Feature: Support for Bitbucket repo access tokens Feb 17, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
deferred Will be completed post-rework enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

3 participants