ssh-keygen -t rsa -b 4096 -C "[email protected]"
You will be aksed where you want to save the file. Choose something reasonable
ssh-add [file_location_from_before.pub]
Add your key on github ( User -> settings -> ssh keys ) Check that the key has been added
ssh-add -l