为了账号安全,请及时绑定邮箱和手机立即绑定

Git创建一个SSH KEY

标签:
Html/CSS

一、Generating a new SSH key

  1. Open Git Bash.

  2. Paste the text below, substituting in your GitHub email address.

ssh-keygen -t rsa -b 4096 -C "your_email@example.com"

// 输入这句话,连按三个回车,直接跳过下面的步骤

This creates a new ssh key, using the provided email as a label.

Generating public/private rsa key pair.
  1. When you're prompted to "Enter a file in which to save the key," press Enter. This accepts the default file location.

Enter a file in which to save the key (/c/Users/you/.ssh/id_rsa):[Press enter]
  1. At the prompt, type a secure passphrase. For more information, see "Working with SSH key passphrases".

Enter passphrase (empty for no passphrase): [Type a passphrase]
Enter same passphrase again: [Type passphrase again]

二、安装完成之后,输入命令 ll ~/.ssh 查看是否安装成功,出现 id_rsa(锁) 和 id_rsa.pub(钥匙) 成功

webp

三、出现锁之后,我们输入命令cat ~/.ssh/id_rsa.pub查看内容并上传github

webp

webp

四、创建完成之后我们可以测试一下

如果之前已经存在,输入命令rm ~./ssh/known_hosts删除之前的连接

输入命令测试连接
ssh -T git@github.com

webp

输入yes



作者:littleyu
链接:https://www.jianshu.com/p/3ba81ffd5046


点击查看更多内容
TA 点赞

若觉得本文不错,就分享一下吧!

评论

作者其他优质文章

正在加载中
  • 推荐
  • 评论
  • 收藏
  • 共同学习,写下你的评论
感谢您的支持,我会继续努力的~
扫码打赏,你说多少就多少
赞赏金额会直接到老师账户
支付方式
打开微信扫一扫,即可进行扫码打赏哦
今天注册有机会得

100积分直接送

付费专栏免费学

大额优惠券免费领

立即参与 放弃机会
意见反馈 帮助中心 APP下载
官方微信

举报

0/150
提交
取消