ubuntu config sshkey 2022-06-14 18:06:09 浏览数 (1) 配置ssh-key这种东西,真心不想记住,干脆自己整一份,供日后参考。代码语言:javascript复制 git config --global user.name "yourname" git config --global user.email "yourname@gmail.com" ssh-keygen -t rsa -C "yourname@gmail.com" cat ~/.ssh/id_rsa.pub ssh key 配置 0 人点赞 上一篇:分享雷军22年前编写的代码