Skip to content

Commit

Permalink
Setting Up Git: Add note about extra GH keys
Browse files Browse the repository at this point in the history
  • Loading branch information
SumonGFC committed Sep 2, 2024
1 parent ab24e77 commit ade3469
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions foundations/installations/setting_up_git.md
Original file line number Diff line number Diff line change
Expand Up @@ -185,6 +185,12 @@ git config --global core.excludesfile ~/.gitignore_global

#### Step 2.3: Create an SSH key

<div class="lesson-note" markdown="1">

If you have already setup an ssh key pair with GitHub on a different machine prior to starting The Odin Project, GitHub allows you to have multiple key pairs associated with your account. You can just follow these instructions again to set up another key pair and register it with GitHub.

</div>

An SSH key is a cryptographically secure identifier. It's like a really long password used to identify your machine. GitHub uses SSH keys to allow you to upload to your repository without having to type in your username and password every time.

First, we need to see if you have an Ed25519 algorithm SSH key already installed. Type this into the terminal and check the output with the information below:
Expand Down

0 comments on commit ade3469

Please sign in to comment.