Skip to content

Commit

Permalink
Fixing "Permission denied (publickey)"
Browse files Browse the repository at this point in the history
 Error: RROR] Failed to execute goal org.apache.maven.plugins:maven-scm-publish-plugin:3.3.0:publish-scm (default-cli) on project ristretto: Failed to check out from SCM: The git-clone command failed. Cloning into 'scmpublish-checkout'...
Error: RROR] thomasleplus:********@github.com: Permission denied (publickey).
Error: RROR] fatal: Could not read from remote repository.
Error: RROR]
Error: RROR] Please make sure you have the correct access rights
Error: RROR] and the repository exists.
Error: RROR] -> [Help 1]
  • Loading branch information
thomasleplus committed Dec 22, 2024
1 parent 2954c8a commit bace430
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ limitations under the License.
</distributionManagement>
<scm>
<url>https://github.com/leplusorg/ristretto</url>
<connection>scm:git:https://github.com/leplusorg/ristretto.git</connection>
<connection>scm:git:ssh://git@github.com/leplusorg/ristretto.git</connection>
<developerConnection>scm:git:ssh://[email protected]/leplusorg/ristretto.git</developerConnection>
<tag>HEAD</tag>
</scm>
Expand Down

0 comments on commit bace430

Please sign in to comment.