Setting Up SSH Keys
ssh-keygen
ssh-add <private-key>
Creating Repo
Move to the repository annd execute the following commands
git init
git add .
git remote add origin git@github.com:username/new_repo
git push -u origin master
git remote add origin https://github.com/username/new_repository