打开git bash
🟢 第 1 步:检查是否已有 SSH Key
ls -al ~/.ssh
🟢 第 2 步:生成新的 SSH Key
ssh-keygen -t rsa -b 4096 -C "你的邮箱"
🔹 参数说明:
t rsa
b 4096
C