当前位置:网站首页>Use SourceTree to add SSH public key and clone the code cloud project (note finishing)
Use SourceTree to add SSH public key and clone the code cloud project (note finishing)
2022-08-09 18:24:00 【Java enthusiasts wandering above the mountains】
One, create and add SSH-key
Code Cloud Gitee.com address: https://gitee.com/zhenqi/qiucodeBlog
Github address: https://github.com/zhenqicai/qiucodeBlog
Open SourceTree, Operation - Open in Terminal
① Create: ssh-keygen -t rsa -C your mailbox Enter three times
ssh-keygen -t rsa -C your email
② View: View the public key cat ~/.ssh/id_rsa.pub
cat ~/.ssh/id_rsa.pub
You can also enter the corresponding file directory and open id_rsa.pub with Notepad to copy the public key
③Add the just generated public key to the code cloud
Login Code Cloud - Personal Center - Settings - SSH Public Key
④ Test:
ssh -T [email protected]
If you can see welcome, your nickname, it means success!
⑤ Configuration: Open sourceTree - Tools - Options - Select OpenSSH in SSH Client - OK
Second, start the clone project
① After entering the project, click Clone/Download, you will see two methods: HTTPS and SSH. First, we choose the SSH method and copy the URL
② Clone the project in SourceTree
Clone successfully
边栏推荐
- Numpy数组索引/切片 多维度索引
- Became CTO, was killed by my boss in 6 months, I lost 10 million
- uni-app中websocket的使用 断开重连、心跳机制
- yolov5训练并生成rknn模型以及3588平台部署
- C语言循环结构之万恶之源goto语句
- resubmit 渐进式防重复提交框架简介
- Selenium的安装
- IDEA启动缓慢原因(一)
- [1413. Stepwise summation to get the minimum value of positive numbers]
- Leading practice | How the world's largest wine app uses design sprint to innovate the vivino model
猜你喜欢
2022钉钉杯A题思路及代码:银行卡电信诈骗危险预测
网络——局域网和广域网
<IDEA 使用小技巧&&常用键联合操作>
Access Characteristics of Constructor under Inheritance Relationship
[Server data recovery] Data recovery case of file system data loss caused by SAN LUN mapping error
自定义过滤器和拦截器实现ThreadLocal线程封闭
【燃】是时候展现真正的实力了!一文看懂2022华为开发者大赛技术亮点
总结了 110+ 公开专业数据集
MySQL 5.5 series installation steps tutorial (graphical version)
网络——TCP拥塞控制
随机推荐
零基础爬虫regex练习「音乐抓取」
CocosCreator接入微信小游戏
网络——数据交换方式
视频聊天源码——一对一直播如何提高直播质量?
Super hot summer air conditioner
「我觉得AI领域乙烷」网友:你说的太多了,让AI来总结一下
【燃】是时候展现真正的实力了!一文看懂2022华为开发者大赛技术亮点
IDEA中Lombok插件的安装与使用
【挨踢(IT)初体验】
Prometheus完整安装
七.getchar 和 scanf
Foreword: About the author Dr. Wu Qiusheng and an introduction to the book
自定义过滤器和拦截器实现ThreadLocal线程封闭
【科普】关于平板电脑的那些事
Leading practice | How the world's largest wine app uses design sprint to innovate the vivino model
Detailed explanation of three pieces in C language
SQL抖音面试题:送你一个万能模板,要吗?(重点、每个用户每月连续登录的最大天数)
知识点滴 - 如何写项目总结
总结了 110+ 公开专业数据集
Collection of DP Optimization Methods