生成ssh
ssh-keygen -t rsa -C "youremail@example.com"
配置名称和邮箱
git config --global user.name "Your Name"
git config --global user.email you@example.com
生成ssh
ssh-keygen -t rsa -C "youremail@example.com"
配置名称和邮箱
git config --global user.name "Your Name"
git config --global user.email you@example.com
本文标题:git 用命令生成ssh key
本文链接:https://www.haomeiwen.com/subject/ywfqurtx.html
网友评论