We are using bitbucket on prem instance.
We want to use service account (not personal account and its token) to clone the project using the API key. Service account has access to the project of course.
so for example we would execute:
git clone https://OTgwMDADHSKEI6373@bitbucket.domain/scm/~repo/project.git
But we are dealing with issues that clone does not succeed in this way.
So how we could use tokens defined on Repo level to clone the repo?
Similar question was already asked before but I must repeat it because there was no answer, but I do believe that this is very crucial thing! Thanks