Menu

Show posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.

Show posts Menu

Messages - Martijn

#1
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"