Jenkins 管道配置给出了 HEAD”返回状态代码 128:stdout:stderr:致命:无法执行“ssh”:符号链接级别太多

发布于 2025-01-10 11:03:06 字数 158 浏览 0 评论 0 原文

我的 Jenkins 作业管道配置给出以下错误。

无法连接到存储库:命令“git ls-remote -h remote_url HEAD”返回状态代码 128: 标准输出: stderr:致命:无法执行“ssh”:符号链接级别太多 致命:无法分叉

直到昨天为止都工作正常。

My Jenkins job pipeline configuration is giving below error.

Failed to connect to repository : Command "git ls-remote -h remote_url HEAD" returned status code 128:
stdout:
stderr: fatal: cannot exec 'ssh': Too many levels of symbolic links
fatal: unable to fork

It was working fine till yesterday.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

一袭水袖舞倾城 2025-01-17 11:03:06

检查这是否是远程服务器端的问题,通过 git ls-remote 查询。

如果该服务器在您(或您的组织的控制下),请检查 sshfs 服务,如 本期

您应该能够通过成为 root 身份并使用 ssh 登录有问题的主机或使用 sshfs 建立连接来将主机密钥添加到 sshknown_hosts 文件中> 从命令行(作为 root)。
应该询问您是否要添加它。

Check if this is an issue on the remote server side, queried by git ls-remote.

If that server is under your (or your organization control), check the sshfs service, as in this issue.

You should be able to have the host key added to the ssh known_hosts file by becoming root and either using ssh to log into the host in question or establishing connection using sshfs from the command line (as root).
You should be ask if you want to add it.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文