14. (Development Tools github) How to configure ssh key in Github

Step 1: Check whether the ssh key already exists on the local host

Insert image description here

The picture above indicates that it already exists. Skip to step three

Step 2: Generate ssh key

ssh-keygen -t rsa -C "[email protected]"

Step 3: Get the ssh key public key content (id_rsa.pub)

cat id_rsa.pub

Insert image description here

Step 4: Add the public key to your Github account

Insert image description here

Copy the content of step 3 and save it

Supongo que te gusta

Origin blog.csdn.net/QQ98281642/article/details/133377349
Recomendado
Clasificación