$ cd ~/.ssh
$ ls
$ git config --global user.name "superGG1990"
$ git config --global user.email "superGG1990@163.com"
$ git config --global --list
$ ssh-keygen -t rsa -C "your_email@youremail.com"
$ cat ~/.ssh/id_rsa.pub
$ cd ~/.ssh
$ ls
$ git config --global user.name "superGG1990"
$ git config --global user.email "superGG1990@163.com"
$ git config --global --list
$ ssh-keygen -t rsa -C "your_email@youremail.com"
$ cat ~/.ssh/id_rsa.pub
本文标题:Git之生成ssh公钥
本文链接:https://www.haomeiwen.com/subject/belynftx.html
网友评论