简体   繁体   English

使用Jenkins git-repo插件时出现问题

[英]Problem using Jenkins git-repo plugin

git 1.9.4 is installed. git 1.9.4已安装。

Using repo plugin v1.6 使用回购插件v1.6

When scheduling the build, I got this error message. 在计划生成时,我收到此错误消息。

fatal: cannot get https://gerrit.googlesource.com/git-repo/clone.bundle fatal: error [Errno 101] Network is unreachable. 致命:无法获取https://gerrit.googlesource.com/git-repo/clone.bundle致命:错误[Errno 101]网络无法访问。 Finished: FAILURE 完成:失败

如果您能够通过浏览器下载文件clone.bundle,则将其保存到文件夹中,并使用以下命令进行存储库初始化。

repo init -u https://android.googlesource.com/platform/manifest --repo-url <path to clone.bundle>

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM