一.在本地git库中添加用户名及邮箱
git config --global user.name "username"
git config --global user.email "email@email.com"
二.生成密钥
ssh-keygen -t rsa -C "username"
三.github网站上添加Title及Key,和本地一致
一.在本地git库中添加用户名及邮箱
git config --global user.name "username"
git config --global user.email "email@email.com"
二.生成密钥
ssh-keygen -t rsa -C "username"
三.github网站上添加Title及Key,和本地一致
转载于:https://www.cnblogs.com/CSU-GH/p/5044271.html