本地生成ssh key
D:\Project\git
右键->git bash here->
git config --global user.name"1217042356@qq.com"
git config --global user.email"1217042356@qq.com"
ssh-keygen -t rsa -C 1217042356@qq.com
输入:
id_rsa四个回车
把生成的公钥
id_rsa.pub
复制到github
https://github.com/settings/keys
add ssh keys