Hi,
I have followed the instructions to create a scoped API token. I have tested all the permissions available increasingly, from `admin:repository:bitbucket` up to all the five permissions available for such tokens, and none of them was sufficient to accesss my repository through the suggestions here.
In each and every case I got the following error:
$ git push origin
remote: Your credentials lack one or more required privilege scopes.
fatal: no es posible acceder a 'https://bitbucket.org/sterraf/private.git/': The requested URL returned error: 403
Note: Here I using the token with the most permissions, and it indeed shows that it has been used at my account's info page.