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'