1、查看git配置信息
git config --list
2、生成ssh keys密钥
ssh-keygen -t rsa -C "your email address"
默认在C:UsersloginName.ssh 生成密钥文件id_rsa.pub