Setup ssh key with git/github: Clone private repo using ssh

Using ssh key allows you to work with private repos easily without username password authentication. Github now has an option for PAT (personal access token, read about it here), but I still use ssh key option. Step-1: Install Git Mac/Linux: git should be pre-installed.Windows: download and install git bash from here. Step-2: Generate a new ssh rsa key If […]