美文网首页
ubuntu中配置SSH

ubuntu中配置SSH

作者: 金卡戴珊ugly | 来源:发表于2019-10-10 15:30 被阅读0次

sudo apt-get install git
git config --global user.name "xxx"
git config --global user.email "你的邮箱地址"
ssh-keygen -C '你的邮箱地址' -trsa
cd /.ssh进入/.ssh文件夹,输入gedit id_rsa.pub打开id_rsa.pub
进入github后台配置ssh-key
添加github官网:ssh -T git@github.com

相关文章

网友评论

      本文标题:ubuntu中配置SSH

      本文链接:https://www.haomeiwen.com/subject/gdmguctx.html