dir %USERPROFILE%\.sshssh-keygen -t ed25519 -C "your_email@example.com"ssh-keygen -t rsa -b 4096 -C "your_email@example.com"
start-ssh-agent.cmdssh-add %USERPROFILE%\.ssh\id_ed25519type %USERPROFILE%\.ssh\id_ed25519.pub
ssh -T git@github.com
type %USERPROFILE%\.ssh\id_ed25519.pub 或 type %USERPROFILE%\.ssh\id_rsa.pub