On these video series, we are going to learn and master using Git. A distributed version control system.
In Part 4 we would learn how to clone a remote repository using https and ssh protocol. We would learn how to setup ssh keys on your machine and configure them.
Go to your ~/.ssh folder
To generate new keys
ssh-keygen -t rsa
or
ssh-keygen -t rsa -f customfilename
Visual Studio Code
https://code.visualstudio.com/download
Edit the config file
Host github.com
AddKeysToAgent yes
UseKeychain yes
IdentityFile ~/.ssh/github_rsa
Buy Me Coffee
https://buymeacoffee.com/pauloorquillo