ssh-keygen
查看C:\Users\\.ssh\*.pub
查看~/.ssh/.*pub
git config --global user.name "你的用户名" git config --global user.email "你的邮箱@example.com"
git config user.name "该项目的用户名" git config user.email "该项目的邮箱@example.com"