【git】git快速生成sshkey命令
主要的命令如下
git config --global user.name "DavidZheng"
git config --global user.email "986945193@qq.com"
ssh-keygen -t rsa -C "986945193@qq.com"
cat ~/.ssh/id_rsa.pub
git config --global user.name "DavidZheng"
git config --global user.email "986945193@qq.com"
ssh-keygen -t rsa -C "986945193@qq.com"
cat ~/.ssh/id_rsa.pub