码迷,mamicode.com
首页 > Windows程序 > 详细

git Windows连接github

时间:2019-01-11 16:02:52      阅读:174      评论:0      收藏:0      [点我收藏+]

标签:下载安装   setting   gpg   github   windows   客户   global   name   连接   

1.注册github账号

2.下载安装git 客户端 (安装后 包含git gui,git bash,git cmd)

3.打开git bash (bash是cmd的升级版,建议使用bash)

输入如下命令,并按回车

git config --global user.name "github用户名"
git config --global user.email "github邮箱"
 ssh-keygen -t rsa -C "github邮箱" //生成ssh key

4.ssh key 在C:\Users\lwx655516\.ssh的 id_rsa.pub

复制粘贴至github  settings / ssh and GPG keys 粘贴至ssh key

5.测试连接

ssh -T git@github.com

 

git Windows连接github

标签:下载安装   setting   gpg   github   windows   客户   global   name   连接   

原文地址:https://www.cnblogs.com/luoyangyang/p/10255276.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!