在 Windows 上使用以下步骤生成 SSH 密钥:
1.打开 Git Bash 终端
在 Windows 中打开 Git Bash 终端,这是您运行 Git 命令的环境。
2.创建 SSH 密钥
在 Git Bash 终端中输入以下命令
ssh-keygen -t rsa -b 4096 -C "your_email@example.com"
在 Windows 上使用以下步骤生成 SSH 密钥:
1.打开 Git Bash 终端
在 Windows 中打开 Git Bash 终端,这是您运行 Git 命令的环境。
2.创建 SSH 密钥
在 Git Bash 终端中输入以下命令
ssh-keygen -t rsa -b 4096 -C "your_email@example.com"