Git之生成ssh公钥
2018-09-18 本文已影响12人
抄无止境
$ 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