1
General Discussion / Re: (auth-) issues using BitBucket for backups
« on: June 12, 2023, 01:04:46 pm »
by checking the source code I figured out how to get this working:
when using https, the url will become this: https://<username>:<token>@bitbucket.org/{workspace}/{repository}.git
According to the manual of Bitbucket, you need to use this:
https://x-token-auth:{repository_access_token}@bitbucket.org/{workspace}/{repository}.git
so the username should be "x-token-auth"
when using https, the url will become this: https://<username>:<token>@bitbucket.org/{workspace}/{repository}.git
According to the manual of Bitbucket, you need to use this:
https://x-token-auth:{repository_access_token}@bitbucket.org/{workspace}/{repository}.git
so the username should be "x-token-auth"