Skip to content
This repository was archived by the owner on Oct 5, 2018. It is now read-only.
This repository was archived by the owner on Oct 5, 2018. It is now read-only.

UnknownHostKey JSch #209

@tannymanny

Description

@tannymanny

When running the gradle task i get this expcetion

What went wrong:
Execution failed for task ':cloneSomeRepo'.

org.eclipse.jgit.api.errors.InvalidRemoteException: Invalid remote: origin

my gradle task looks like

task cloneSomeRepo(type: com.palominolabs.gradle.task.git.clone.GitCloneTask) {
dir = file("../libToolkit_temp")
uri = 'https://@/.git'
treeish = 'master' // branch
}

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions