美文网首页
gerrit使用问题

gerrit使用问题

作者: smallThree1 | 来源:发表于2018-08-07 15:40 被阅读11次

    1.在使用新公司gerrit的时候报错如下:

    no matching key exchange method found. Their offer: diffie-hellman-group1-sha1

    在用户目录下的.ssh文件夹新建一个config文件 

    输入:

    Host * 

         KexAlgorithms +diffie-hellman-group1-sha1

    2.具体使用方法:

    https://blog.csdn.net/knightboyphp/article/details/51460575

    提交问题:

    https://www.cnblogs.com/lexuele/p/5133601.html

    3.出现sign-off问题说明需要在提交的时候添加签名

    git commit -s -m 'message';

    git commit -s --amend

    相关文章

      网友评论

          本文标题:gerrit使用问题

          本文链接:https://www.haomeiwen.com/subject/fakavftx.html