标签:环境 初始 生成 命令 src -- git key ssh公钥
git config --global user.name "你的用户名" git config --global user.email "你的邮箱"
首先输入命令
ssh-keygen -t rsa -C "你的邮箱"
执行命令后,会有3次需要确认
这里可以一直敲Enter,不需要加密码了
↑这样子就算成功啦!!
cd ~/.ssh/ ls
cat id_rsa.pub
标签:环境 初始 生成 命令 src -- git key ssh公钥
原文地址:https://www.cnblogs.com/poloyy/p/12189292.html