git config --global user.name "你的名字"
git config --global user.email "你的邮箱"
用ssh-keygen命令在/root/.ssh/下生成公钥密钥
ssh-keygen -t rsa -C "你的邮箱"
Screen Shot 2020-11-20 at 10.44.48 PM.png
git config --global user.name "你的名字"
git config --global user.email "你的邮箱"
用ssh-keygen命令在/root/.ssh/下生成公钥密钥
ssh-keygen -t rsa -C "你的邮箱"
Screen Shot 2020-11-20 at 10.44.48 PM.png
本文标题:Ubuntu 下生成git公钥
本文链接:https://www.haomeiwen.com/subject/gfojiktx.html
网友评论