当前位置:网站首页>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.pubYou 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
边栏推荐
- MySQL进阶学习
- 【Web渗透】信息收集篇——Google搜索引擎(一)
- The Chinese Academy of Sciences slaps Google in the face: ordinary computers catch up with quantum superiority, and can solve calculations that would have taken 10,000 years in a few hours...
- 智慧灯杆网关智慧交通应用
- The second chapter: create an interactive map (2.1 2.3)
- ESP8266-Arduino编程实例-MQ-6异丁烷丙烷传感器驱动
- 线性表之顺序表
- 2022-08-09日报:做学术OR去公司 ? 想通这点,治好 AI 打工人的精神内耗
- 【科普】关于平板电脑的那些事
- 成为CTO,6个月被老板干死,我损失了1000万
猜你喜欢
随机推荐
ESP8266-Arduino编程实例-MQ-5液化天然气传感器驱动
分布式恢复【进阶篇】
良匠-手把手教你写NFT抢购软(二)
Became CTO, was killed by my boss in 6 months, I lost 10 million
一个程序员的水平能差到什么程度?
无需支付688苹果开发者账号,xcode13打包导出ipa,提供他人进行内测
MySQL 5.5 series installation steps tutorial (graphical version)
「我觉得AI领域乙烷」网友:你说的太多了,让AI来总结一下
Apple Developer Account Apply for D-U-N-S Number
BETA:一个用于计算药物靶标预测的综合基准
shopee引流方式有哪些,商家如何为自己店铺做引流?
领先实践|全球最大红酒App如何用设计冲刺创新vivino模式
五.初始指针
pgsql备份工具,哪个比较好?
数据可视化的类别及其重要性
5G NR Paging
我的第一篇博客
打印星型图「建议收藏」
Heap series_0x09: Example of heap corruption (illegal access + uninitialized + heap handle mismatch)
微信开发者工具程序开发好后,不报错,但是黑屏「建议收藏」









