1.查看是否已经有了ssh密钥:cd ~/.ssh
如果没有密钥则不会有此文件夹,有则备份删除
2.生存密钥:
3. $ git config --global user.email xianbai@example.com 配置邮箱
如果没有密钥则不会有此文件夹,有则备份删除
2.生存密钥:
$ ssh-keygen -t rsa -C “小兵@example.com”
$ git config --global user.name "xianbai” 配置用户名3. $ git config --global user.email xianbai@example.com 配置邮箱