使用乌龟Git连接github

之前自己是在Gitee+乌龟Git来进行管理项目,因为特殊的需求,需要再Github+乌龟Git来进行管理项目,这盘博客主要讲解的就是这个。

安装环境

Git

安装参考链接:https://www.cnblogs.com/10134dz/p/13364222.html

乌龟Git

下载地址: https://tortoisegit.org/download/

使用Github加入SSH公钥

进入settings

image-20210122130622521

选择SSH and GPG keys

image-20210122130658505

新建一个SSH Key

image-20210122130745333

添加SSH Key

公钥id_rsa.pub的生成方法参考:https://www.cnblogs.com/10134dz/p/13364222.html

image-20210122130852985

Github新建一个仓库

image-20210122131114801

image-20210122131154120

复制https

image-20210122131252742

配置乌龟Git

参考链接:https://www.cnblogs.com/10134dz/p/13364222.html

测试连接

在桌面新建一个文件夹后,右键点击Git Clone,

image-20210122131518299

点击OK后,会弹出一个和Github权限的页面点击接受就可以了

image-20210122131536383

posted @ 2021-01-22 10:19  DJ同学  阅读(267)  评论(0编辑  收藏  举报