Macos &引用;无法连接到存储库";从OSX到GitHub的Jenkins

Macos &引用;无法连接到存储库";从OSX到GitHub的Jenkins,macos,github,jenkins,Macos,Github,Jenkins,在OS X机器上在Jenkins中设置GitHub repo时出现此错误 Failed to connect to repository : Command "git ls-remote -h https://github.com/username/repo.git HEAD" returned status code 128: stdout: stderr: fatal: unable to access 'https://github.com/username/repo.git/': In

在OS X机器上在Jenkins中设置GitHub repo时出现此错误

Failed to connect to repository : Command "git ls-remote -h https://github.com/username/repo.git HEAD" returned status code 128:
stdout: 
stderr: fatal: unable to access 'https://github.com/username/repo.git/': Internal SSL engine error encountered during the SSL handshake
这以前一直有效,我一直在运行构建成功连接到这个回购协议,但突然我开始得到这个消息。有人知道吗

谢谢


PS.已经查看了其他相关问题,但他们没有完全相同的问题和/或与我不在同一平台上。

我想我找到了问题所在。我与某个用户登录到mac计算机,并从那里启动jenkins.war文件。它工作正常,直到我注销了用户,这是我开始看到的问题,以及为什么我解决了重新启动计算机。因此,只要我没有注销jenkins用户,一切都很好。

您是否尝试手动运行
git
命令?如果我使用ssh连接到机器上并转到作业的工作区,我就能够从git repo中退出,如果这是您的意思。是的,但尝试以
jenkins
用户的身份运行它。这不是Jenkins的问题,而是内部SSL错误。可能有无效的SSL证书缓存,你必须清除或其他。我ssh作为jenkins用户,嗯,好吧,它昨天工作得很好,这是一件奇怪的事情。是的,当网站在他们身边做了一些事情时就会发生。这个问题应该在一段时间后消失。您可能应该在“服务器故障”一词中问这个问题。