Mac 下 SSH Key 配置

2017-12-08  本文已影响72人  panzhangbao

提示:本项目是在 Github 上测试的,其他 git 网站类似

  1. cd ~/.ssh 命令行进入 ~/.ssh 路径下

  2. ls 检查有没有配置好的 SSH Key

    查看是否有已生成的 SSH Key.png
  1. ssh -T git@github.com 检查是否和github连接上,链接成功的话会出现“Hi xxx! You've successfully authenticated, but GitHub does not provide shell access.”字段;

  2. ssh-keygen -t rsa -C panzhangbao@126.com 生成 SSH Key
    id_rsa_github 新建你本地的 SSH Key 文件名

    生成本地 SSH Key.png
  3. open id_rsa_github.pub 打开本地的 SSH Key 文件,并复制这个 Key

    打开本地的 SSH Key 文件.png
  4. 打开你的 Github ,点击头像,进入 settings


    进入 settings.png
  5. 点击 SSH and GPG keys --> New SSH Key ,新建 SSH Key 就好了


    新建 SSH Key.png
添加 SSH Key.png

搞定!

上一篇下一篇

猜你喜欢

热点阅读