Jenkins 管道配置给出了 HEAD”返回状态代码 128:stdout:stderr:致命:无法执行“ssh”:符号链接级别太多
我的 Jenkins 作业管道配置给出以下错误。
无法连接到存储库:命令“git ls-remote -h remote_url HEAD”返回状态代码 128: 标准输出: stderr:致命:无法执行“ssh”:符号链接级别太多 致命:无法分叉
直到昨天为止都工作正常。
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
检查这是否是远程服务器端的问题,通过 git ls-remote 查询。
如果该服务器在您(或您的组织的控制下),请检查
sshfs
服务,如 本期。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.