当前位置:网站首页>Add SSH key to bitbucket
Add SSH key to bitbucket
2022-07-24 09:41:00 【Dream height 1.8 meters】
1 Set up Git Of user name and email:
git config --global user.name " Custom user name "git config --global user.email " Custom email "
2 Generate SSH secret key :
1. Check to see if you have ssh secret key :cd ~/.ssh
If there is no key, there will be no such folder , If there is a backup delete
2. Generate the key :ssh-keygen -t rsa -C “ Custom email ”, No password required , Directly enter 3 Time . Check the generated key in the given directory .
If you are prompted ssh-keygen Not an internal command , You need to configure environment variables , The specific operation is as follows :
1. find Git/usr/bin In the catalog ssh-keygen.exe( If you can't find it , You can search globally on the computer )
2. attribute –> Advanced system setup –> environment variable –> System variables , find Path Variable , Editing ,End In the end , Enter a semicolon , Paste the copied ssh-keygen Path , preservation ;
3 Copy key 
open .pub Copy the contents of the file 
4 open Bitbucket Login account , Click account management


5 Left sidebar SSH keys

6 Paste ssh, Click on add

边栏推荐
- Learning transformer: overall architecture and Implementation
- Spark Learning: how to choose different association forms and mechanisms?
- The difference between & &, | and |
- Map processing background management menu data
- Vscode failed to use SSH Remote Connection (and a collection of other problems)
- 缓冲区的概念真的理解么?带你揭开缓冲区的面纱~
- Color recognition of regions of interest in pictures and videos based on OpenCV
- Mysql8.0 authorized remote login
- S2b2b system standardizes the ordering and purchasing process and upgrades the supply chain system of household building materials industry
- What are the 6% annualized products?
猜你喜欢

Detailed explanation of the whole process of R & D demand splitting | agile practice

力扣300-最长递增子序列——动态规划

详解LinkedList

Do you really understand the concept of buffer? Take you to uncover the buffer zone~

Account 1-3
![[don't bother to strengthen learning] video notes (IV) 2. Dqn realizes maze walking](/img/53/5252c7c6989d142cc2ad6b1c6f513c.png)
[don't bother to strengthen learning] video notes (IV) 2. Dqn realizes maze walking
![Calculate CPU utilization [Prometheus]](/img/00/d9f297e3013cabbf3d41be58105fc7.png)
Calculate CPU utilization [Prometheus]

MySQL基础篇(一)-- SQL基础

Re6:读论文 LeSICiN: A Heterogeneous Graph-based Approach for Automatic Legal Statute Identification fro

ASI-20220222-Implicit PendingIntent
随机推荐
[Luogu p5410] [template] extend KMP (Z function) (string)
IdentityServer4入门
Firewalld firewall related commands
Spark Learning: compile spark source code in win10
[don't bother with reinforcement learning] video notes (I) 2. Summary of reinforcement learning methods
(5) Cloud integrated gateway gateway +swagger documentation tool
PHP Basics - session control - Session
Li Kou 300 longest increasing subsequence dynamic programming
JS locate Daquan to get the brother, parent and child elements of the node, including robot instances
SQL 优化原则
Do you really understand the concept of buffer? Take you to uncover the buffer zone~
Onpropertychange property
Detailed explanation of the whole process of R & D demand splitting | agile practice
Lung CT segmentation challenge 2017 dataset download and description
[don't bother with reinforcement learning] video notes (I) 1. What is reinforcement learning?
[note] what is kernel / user space? Let's start with how the CPU runs the program
What does CRM mean? Three "key points" for CRM management software selection
Re6: reading paper licin: a heterogeneous graph based approach for automatic legal stat identification fro
OPENCV学习DAY5
Spark Learning: build SQL to meet the specified optimization rules