gerrit configure ssh key

1 Introduction

2. Methods

Login Gerrit 2.1

Login Gerrit, after successful login into the setting interface, as shown below:
Here Insert Picture Description

2.2 Git Configuration

Right after the blank space to install git git bash, then proceed as follows:
. 1) $ git config --global the user.name "jodie.zhou"
2) $ config --global user.email [email protected] git
. 3) input command ssh-keygen -t rsa, press enter either way, do not make things input, Key generate the SSH
. 4) enter $ cat ~ / .ssh / id_rsa.pub, as shown:

 

 

Guess you like

Origin www.cnblogs.com/llstart-new0201/p/12315886.html