Gerrit复制到github失败,带有TransportException:验证失败

时间:2019-02-15 21:38:22

标签: git github gerrit

我正在尝试如下设置Gerrit复制插件:

=VLOOKUP(B2,$A$9:$C$13,3,TRUE)

但是我收到验证错误,这似乎很奇怪,因为如果我键入

[remote "github"]
    url = git@github.com:ORGNAME/${name}.git
    push = +refs/heads/*:refs/heads/*
    push = +refs/heads/*:refs/tags/*
    threads = 3
    timeout = 30
    remoteNameStyle = dash
    rescheduleDelay = 15

我明白了

ssh -t git@github.com,

无论如何,这是我运行gerrit.sh复制开始--wait --all时遇到的主要错误

Hi USERNAME! You've successfully authenticated, but GitHub does not provide shell access.

1 个答案:

答案 0 :(得分:0)

由于Github removing support for weak crypto standards,这可能与CVE-2015-4000有关。如果您的Gerrit版本早于2.11.11,则需要对其进行升级,以使复制到Github的功能再次起作用。

相关问题