git关联github

1.安装git

2.打开 Git Bash

输入ssh ,查看是否安装了ssh

这个界面是安装了的意思

3.生成ssh

输入ssh-keygen -t rsa 指令, 再连续按三次回车

 

会生成两个文件。密钥id_rsa和公钥id_rsa.pub

隐藏文件默认生成在

Linux 系统:~/.ssh
Mac 系统:~/.ssh
Windows 系统:C:\Documents and Settings\username\\.ssh
Windows 10 ThinkPad:C:\Users\think\.ssh

4.绑定到github

从本地找到生成的公钥,复制

登录github.点击settings

再新建一个ssh key

 

输入标题和公钥。

 

posted @ 2018-04-09 23:22  富坚老贼  阅读(159)  评论(0编辑  收藏  举报