ssh-keygen -t ed25519 -C "your_email@gmail.com"
git config --global user.name "GitHub上使用的用户名"
git config --global user.email "GitHub上的使用的邮箱账号"
git config --global --list //查看
参考
https://docs.github.com/en/authentication/connecting-to-github-with-ssh/generating-a-new-ssh-key-and-adding-it-to-the-ssh-agent