How To Work on GitHub


GitHub website to add key

github-page-to-add-sshkey
STEP 1: “Settings” in your profile
STEP 2: “SSH Keys”
STEP 2: “ADD SSH key”


Generating SSH key

Summarized as three steps:

  1. Run PUTTYGEN.EXE at C:\Program Files (x86)\PuTTY
  2. Generate and save the public and private keys
  3. Copy and Paste the generated key to GitHub

git-howto-ssh-step1
Step 1: Run PUTTYGEN.EXE at C:\Program Files (x86)\PuTTY
Step 2.1: Press “Generate” and moving mouse to progress

git-howto-ssh-step2
Step 2.2: Save public key as public.aise_gitlab.key
Step 2.3: Save private key as secret.aise_gitlab.ppk

git-howto-ssh-step3
Step 3.1: Copy generated key to Github add key page, title wound not matter(?)
Step 3.2: Press “Add Key” button then done!

Leave a Reply

Your email address will not be published. Required fields are marked *

This site uses Akismet to reduce spam. Learn how your comment data is processed.