Actions
Support #4
openSourceTree+git结合gitee实现代码管理
Status:
New
Priority:
Normal
Assignee:
-
Start date:
03/04/2022
Due date:
% Done:
0%
Estimated time:
Description
SourceTree+git结合gitee实现代码管理
https://blog.csdn.net/qq_36287943/article/details/106379047
2.配置
git安装完成之后,在桌面点击右键就可以看到一个Git Bash Here,点击进入git bash,输入ssh-keygen -t rsa -C xxxx@163.com命令进行ssh-keygen的生成,生成之后在C:\Users\86178\.ssh目录下面会多出id_rsa、id_rsa.pub、known_hosts三个文件。如下所示:
点击Gitee头像打开设置,在安全设置中选择设置SSH公钥,再打开前面生成ssh-kengen的目录,找到id_rsa.pub文件,将其中的公钥填入此处,如下所示:
在SourceTree中打开项目所在位置,并添加远程仓库信息。配置ssh客户端等,如下
https://img-blog.csdnimg.cn/20200527122349902.png?x-oss-process=image/watermark,type_ZmFuZ3poZW5naGVpdGk,shadow_10,text_aHR0cHM6Ly9ibG9nLmNzZG4ubmV0L3FxXzM2Mjg3OTQz,size_16,color_FFFFFF,t_70
No data to display
Actions