git config --global user.name "username"

git config --global user.email "useremail"

git config --list

 

生成秘钥:ssh-keygen -t rsa -C "your_email@youremail.com" ,直接Enter就行,然后会提示输入密码(可输可不输)

说明:命令中的email,就是gitlab中的账号,需要保持一致

posted on 2021-10-30 17:19  惬意的小成  阅读(31)  评论(0编辑  收藏  举报