github SSH公钥设置

1.配置用户名和邮箱

git config --global user.name sxlisme
git config --global user.email [email protected]

  

2.生成 ssh文件

ssh-keygen -t rsa -C [email protected]

  

3.生成后

github 提交后不显示绿点的原因可能是你的账号和邮箱不一致,尝试重置一下看看

猜你喜欢

转载自www.cnblogs.com/s-xl/p/12009966.html