flux2 gives panic: runtime error: index out of range [0] with length 0 when bootstraping bitbucket server #2332
-
Hello All, I am trying to bootstrap bitbucket server with existing repository. Please find my command below. flux bootstrap bitbucket-server --owner=project_name --username=user_name --repository=repo_name --branch=branch_name --hostname=bitbucket_fqdn --token-auth --verbose After ran the above command, hit with this error. ► connecting to bitbucket_fqdn goroutine 1 [running]: |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
The project |
Beta Was this translation helpful? Give feedback.
The project
--owner=project_name
does not exist. You should enter an existing project. It should not panic though. We will fix this.