1.在使用新公司gerrit的時(shí)候報(bào)錯(cuò)如下:
no matching key exchange method found. Their offer: diffie-hellman-group1-sha1
在用戶目錄下的.ssh文件夾新建一個(gè)config文件?
輸入:
Host *?
?????KexAlgorithms +diffie-hellman-group1-sha1
2.具體使用方法:
https://blog.csdn.net/knightboyphp/article/details/51460575
提交問(wèn)題:
https://www.cnblogs.com/lexuele/p/5133601.html
3.出現(xiàn)sign-off問(wèn)題說(shuō)明需要在提交的時(shí)候添加簽名
git commit -s -m 'message';
git commit -s --amend