# 安装git
# 在git安装目录下,鼠标右键 git bash here进行配置
git config --global user.name "isdora" # 配置用户名 git config --global user.email "XXX@qq" # 配置邮箱
ssh-keygen -t rsa -C "xxx@qq" #也可以指定文件名 ssh-keygen -t rsa -C "xxx@qq" -f ~/.ssh/github_rsa
# 复制公钥到gitlab--》settings--》ssh and gpg keys
原文:https://www.cnblogs.com/banyanisdora/p/14401924.html