git生成并添加ssh key

1、安装Git
2、鼠标右键git bash here
3、生成ssh key
git config --global user.name 'cppdy813'
git config --global user.email 'cppdy813@163.com'
ssh-keygen -t rsa -C 'cppdy813@163.com'

原文地址:https://www.cnblogs.com/jiefu/p/10997922.html