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
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
网友评论