2

I'm trying to do

flux bootstrap bitbucket-server \                                                                                                                  ✱
  --token-auth \
  --hostname=bitbucket.org \
  --owner=akhateeb \
  --username=akhateeb22 \
  --repository=flux-fleet \
  --branch=main \
  --path=apps \
  --personal true

but I'm getting the following error: enter image description here

Any idea what does this error mean and how to get rid of this problem?

Jonas
  • 121,568
  • 97
  • 310
  • 388

1 Answers1

0

Had same issue just now. Bitbucket repositories that are in "bitbucket.org" are labelled as so-called "Bitbucket Cloud" so will not be same as ones in a "bitbucket server" which is meant to be "on-prem" server.
As per discussion in this issue need to use "generic git" command from here for Bitbucket cloud.

Fawad Raza
  • 91
  • 5
  • 12