当前位置:网站首页>为Bitbucket 和 Sourcetree 设置SSL认证
为Bitbucket 和 Sourcetree 设置SSL认证
2022-07-30 05:07:00 【龙泉太阿】
当我们刚安装好sourcetree和Bitbucket后,开始从Git上克隆源代码到本地,但“Clone” 按钮是灰色不可点击的,查看错误提示说需要SSL认证,如下:


下面开始设置SSL认证:
1. 登录Bitbucket 进入项目路径,例如at https://bitbucket.menergy.com:8833/login (eg. 用户名/密码)
2. 在本地源码仓库文件夹内右键选择“Git Bash Here”,输入“ssh-keygen” 命令,然后一路回车,如下:


然后在本机找到上面输出的路径,打开“id_ras.pub” 文件,复制里面的全部内容,然后把内容粘贴到Bitbucket上,如下:
打开右上角的“Manage Account”:

再左边选择SSH keys页面:

再点击“Add Key” ,然后粘贴前面复制的内容。
然后同样的SSL内容添加到如下的sourcetree 设置中:

其它设置如下:


然后从Bitbucket上复制SSH路径到Sourcetree:


Key”
边栏推荐
- LeetCode Algorithm 328. 奇偶链表
- The Double Pointer Problem (Part 1)
- Learning of redis_Basic part
- A must see for software testers!Database knowledge MySQL query statement Daquan
- Perspective transformation matrix of image perspective correction should be matrix (single)/findHomography with getPerspectiveTransformd difference
- gnss rtcm rtklib Ntrip...
- Excellent MySQL interview questions, 99% must ask in preparation for August!I can't pass the interview
- Seven, custom configuration
- 动态规划问题(完结篇)
- C语言实现安全性极高的游戏存档并读档
猜你喜欢

Stimulsoft ReportsJS and DashboardsJS. 2022.3.3

Six, read application configuration + log configuration

mysql无法远程连接 Can‘t connect to MySQL server on ‘xxx.xxx.xxx.xxx‘ (10060 “Unknown error“)

模拟问题(中)

std::vector中保存指针时用法

3. Dependency configuration management

Unity stepping on the pit record - the use of GetComponent

mysql isolation level

Golang channel implementation principle

(RCE) Remote Code/Command Execution Vulnerability Vulnerability Exercise
随机推荐
解决报错SyntaxError: (unicode error) ‘utf-8‘ codec can‘t decode byte 0xb7 in position 0: invalid start b
Three Solutions for SaaS Multi-tenant Data Isolation
POJ1321 棋盘问题(详解)
2.4 hill sorting
Whole process scheduling - Azkaban entry and advanced
Simulation problem (below)
SaaS多租户数据隔离的三种解决方案
Verify that the addShutdownHook hook takes effect
Protobuf compound data types, speaking, reading and writing
Golang channel implementation principle
Intermediate - interview questions
全流程调度——Azkaban入门与进阶
如何让 (a == 1 && a == 2 && a == 3) 的值为true?
Discourse 自定义头部链接(Custom Header Links)
Divide and conquer. L2-025
双指针问题(中)
LeetCode Algorithm 328. Parity linked list
[C language] Program environment and preprocessing
The Double Pointer Problem (Part 1)
Unity3D Application simulation enters the front and background and pauses