标签:文件 秘钥 gpg 本地 config com and use 创建
查看本地是否有ssh,ls查看是否有三个文件
cd ~/.ssh
ls
创建新的ssh
$ ssh-keygen -t rsa -b 4096 -C "biaohua4726@163.com"
接着就是把创建好的秘钥贴到GitHub中settings里的SSH and GPG Keys管理就好了
查看是否可以连接远程
$ ssh -T git@gitee.com
查看当前git的用户名和邮箱
$ git config user.name
$ git config user.email
标签:文件 秘钥 gpg 本地 config com and use 创建
原文地址:https://www.cnblogs.com/sanzashu/p/11549930.html