git config --global --list
git config --global user.name "这里换上你的用户名" git config --global user.email "这里换上你的邮箱"
ssh-keygen -t rsa -C "这里换上你的邮箱"
cat ~/.ssh/id_rsa.pub