【发布时间】:2020-09-22 19:23:35
【问题描述】:
当我在 Jenkins 的大型机 zdnt 从节点上执行 https git clone 时 - 我收到如下错误
> /hfs/rocket/bin/git fetch --tags --progress -- https://XXX/Rahul_Udaykumar/ibm-dbb-mort.git +refs/heads/*:refs/remotes/origin/* # timeout=10
ERROR: Error cloning remote repo 'origin'
hudson.plugins.git.GitException: Command "/hfs/rocket/bin/git fetch --tags --progress -- https://XXX/Rahul_Udaykumar/ibm-dbb-mort.git +refs/heads/*:refs/remotes/origin/*" returned status code 128:
stdout: fatal: Unable to find remote helper for 'https'
stderr:
【问题讨论】:
-
你的 ssh git clone 工作正常吗?