Jenkins 获取 Bower 包失败
Jenkins failed in bower package fetch
Jenkins 在 运行 bower 包中失败并出现错误
exit code of #128 fatal: unable to access
'https://github.com/metafizzy/fizzy-ui-utils.git/': Failed to connect
to github.com port 443: Timed out
之前一直运行良好。没有更改包或版本,但问题一次又一次地复制。服务器 运行 jenkins 能够访问 "https://github.com/metafizzy/fizzy-ui-utils.git"
,访问 https 中的站点没有问题。
这里有什么问题?
请帮忙
原来是git集线器最近更改了一些东西打破了这个:
On February 22, 2018 19:00 UTC (11:00 am PST) GitHub discontinued
support for the cryptographically weak TLS 1.0 & 1.1 protocols and
only support connections with the TLS 1.2 protocol
有关此更改的更多详细信息,请参阅 GitHub 工程博客 post:
https://githubengineering.com/crypto-removal-notice/
解决方案
为发生 jenkins 构建的 windows 升级 git 客户端是问题的解决方案
Jenkins 在 运行 bower 包中失败并出现错误
exit code of #128 fatal: unable to access 'https://github.com/metafizzy/fizzy-ui-utils.git/': Failed to connect to github.com port 443: Timed out
之前一直运行良好。没有更改包或版本,但问题一次又一次地复制。服务器 运行 jenkins 能够访问 "https://github.com/metafizzy/fizzy-ui-utils.git"
,访问 https 中的站点没有问题。
这里有什么问题? 请帮忙
原来是git集线器最近更改了一些东西打破了这个:
On February 22, 2018 19:00 UTC (11:00 am PST) GitHub discontinued support for the cryptographically weak TLS 1.0 & 1.1 protocols and only support connections with the TLS 1.2 protocol
有关此更改的更多详细信息,请参阅 GitHub 工程博客 post: https://githubengineering.com/crypto-removal-notice/
解决方案
为发生 jenkins 构建的 windows 升级 git 客户端是问题的解决方案