getting exception (org.eclipse.jgit.api.errors.TransportException) when running jgitflow start on my maven package

951 Views Asked by At

this is the full error:

[ERROR] Failed to execute goal external.atlassian.jgitflow:jgitflow-maven-plugin:1.0-m5.1:release-start (default-cli) on project myproject-acls: Error starting release: Error starting release: org.eclipse.jgit.api.errors.TransportException: [email protected]:myprojectwebtransformation/myproject-acls.git: Auth fail -> [Help 1]
org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute goal external.atlassian.jgitflow:jgitflow-maven-plugin:1.0-m5.1:release-start (default-cli) on project myproject-acls: Error starting release: Error starting release: org.eclipse.jgit.api.errors.TransportException: [email protected]:myprojectwebtransformation/myproject-acls.git: Auth fail

I am using a passwordless SSH key to authenticate between my computer and Bitbucket.

Any ideas on how to fix?

Thanks!

edit1: not sure if it matters but I'm on macos. When creating my ssh key, I've tried rsa, ssh-rsa and rsa-sha2-512.

0

There are 0 best solutions below