You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Our company has an on-prem Bitbucket deployment. I created an HTTP token in my Bitbucket user profile with the necessary permissions and exported it as GIT_TOKEN
When running the command, I get the error authentication required.
Unfortunately the suggested API endpoint account/settings/app-passwords/ doesn't exist in bitbucket-server.
But it works with user HTTP Access Token / PAT. What was missing is export GIT_USER="user"
The Argo-CD Autopilot / Getting Started page forgot to mention it.
Our company has an on-prem Bitbucket deployment. I created an HTTP token in my Bitbucket user profile with the necessary permissions and exported it as
GIT_TOKEN
When running the command, I get the error
authentication required
.Things I tried:
--provider bitbucket-server
or--provider bitbucket
--git-user myuser
log-level debug
doesn't show the actual command that is used to clone the repoWithout success. Can it work with an on-prem bitbucket?
The text was updated successfully, but these errors were encountered: