【发布时间】:2019-12-02 17:29:00
【问题描述】:
当我尝试在 Jenkins 的源代码管理 (GIT) 中提供 GitHub 存储库 URL 时,我收到此错误:
无法连接到存储库:执行命令时出错:git ls-remote -h https://github.com/chowdarydevops/test.git HEAD
【问题讨论】:
-
GIT_CURL_VERBOSE=1 GIT_TRACE=1 git ls-remote -h https://github.com/chowdarydevops/test.git HEAD的结果是什么?另外,您使用的是什么操作系统和版本的 git?
标签: jenkins