gerrit使用问题
2018-08-07 本文已影响11人
smallThree1
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