f you already have a rsa key pair, skip this step and use the same keys. Otherwise, use below command to generate a new public-private key pair. Works on windows, mac and linux.
Replace
[email protected] with your github email id.
ssh-keygen -t rsa -b 4096 -C "yourema...