Tag: github
-
How to Connect to GitHub with SSH
Steps 1. Create GitHub account and repository 2. Install git into your computer 3. SSH Client Setup 3.1 Generate SSH key You need to generate SSH key to connect to the GitHub repository with SSH. Your computer is the SSH Client, and GitHub repository is the SSH Server. Basically, SSH key pair (private key and…