I want to flutter pub get in bitbucket pipeline, but my flutter project contain library that ask you to using ssh connection.
gen_lang:
git:
url: git@bitbucket.org:xxx/gen_lang.git
ref: main
I am using docker flutter image from instrumentisto/flutter:3.10.6.
I got error message
git@bitbucket.org: Permission denied (publickey).
What should I do if I do not want to user self hosted runner?
Hi @Taufik Fadlurahman Fajari!
The Permission denied (publickey) error message usually indicates that either Pipelines doesn't have access to your key pair or the key is not properly added to the destination server. I'd advise following the steps on this documentation to make sure your Keys are properly configured:
Cheers,
Mat
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.