1
安裝git 1.9.4。使用Jenkins git-repo插件的問題
使用回購插件V1.6
當調度構建,我得到這個錯誤信息。
fatal:無法獲得https://gerrit.googlesource.com/git-repo/clone.bundle fatal:錯誤[Errno 101]網絡無法訪問。 完成:失敗
安裝git 1.9.4。使用Jenkins git-repo插件的問題
使用回購插件V1.6
當調度構建,我得到這個錯誤信息。
fatal:無法獲得https://gerrit.googlesource.com/git-repo/clone.bundle fatal:錯誤[Errno 101]網絡無法訪問。 完成:失敗
如果您能夠通過瀏覽器下載文件clone.bundle,然後將其保存到一個文件夾中並使用以下命令執行回購初始化。
repo init -u https://android.googlesource.com/platform/manifest --repo-url <path to clone.bundle>
推薦閱讀:** [?在哪裏我的git的問題去(http://meta.programmers.stackexchange.com/questions/6311/where-does-my-git-question-go)* * – gnat
根據錯誤,它可能是一個網絡問題。你可以通過jenkins主機訪問URL(通過'curl','wget'等)嗎? – STW
我應該補充說,當問這個問題,但我可以從命令行使用git repo,所以問題是當jenkins試圖通過jenkins回購插件使用git-repo。 – user139177