摘要: #生成密钥 C:\Users\Temp>ssh-keygen -t rsa -b 4096 -C "deploy-to-server" -f $env:USERPROFILE\.ssh\id_rsa_deploy #查看密钥 type %USERPROFILE%\.ssh\id_rsa_deploy 阅读全文
posted @ 2025-08-02 22:46 GOZO 阅读(6) 评论(0) 推荐(0)
摘要: git config --global user.name "Git账号" git config --global user.email "Git邮箱" ssh-keygen -t rsa -b 2048 -C "your_email@example.com"(三次回车) 查看公钥位置 cat C: 阅读全文
posted @ 2025-08-02 20:26 GOZO 阅读(28) 评论(0) 推荐(0)