gpt4 book ai didi

git - Jenkins 卡在 git fetch

转载 作者:太空狗 更新时间:2023-10-29 12:46:18 27 4
gpt4 key购买 nike

我是 Jenkins 的初学者,我正试图让它在我的 .NET 项目中运行一些单元测试。

当我运行构建时,它在尝试从 Git 存储库中获取时挂起。

ERROR: Timeout after 10 minutes
> C:\Program Files\Git\cmd\git.exe config --local --remove-section credential # timeout=10
ERROR: Error fetching remote repo 'origin'
hudson.plugins.git.GitException: Failed to fetch from https://github.com/name.of.repo

我已生成已知主机并将 .ssh 目录复制到 C:\Windows\SysWOW64\config\systemprofile.ssh,按照 https://wiki.jenkins-ci.org/display/JENKINS/Git+Plugin 的 jenkins 说明在“Jenkins、GIT 插件和 Windows”下

我从命令行运行了 ssh git@github.com,我可以成功进行身份验证。

接下来我可以尝试什么?

最佳答案

这可能是防火墙问题。您可以使用 SSH(端口 22)向 Github 进行身份验证,以便该路由有效。但是,您的工作是尝试通过 https://github.com 访问 github (端口 443)超时。尝试通过 ssh 访问 github,方法是将存储库 url 更改为 git@github.com:account/repository.git(您可以在存储库的主页上找到此 URL,下 pull 菜单“选择克隆 URL” , 选项 'SSH'。

关于git - Jenkins 卡在 git fetch,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/36749195/

27 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com