1.配置email及name
git config --global user.email "[email protected]"
git config --global user.name "jaxGu"
2.生成密钥:
$ ssh-keygen -t rsa -C “[email protected]”
按3个回车,密码为空。
最后得到了两个文件:id_rsa和id_rsa.pub
3.在github页面上登陆,添加ssh密钥,这要添加的是“id_rsa.pub”里面的公钥。
时间: 2024-12-15 05:47:32