git config user.name git config user.email
$ git config --global user.name "username" $ git config --global user.email "email"
$ ssh-keygen -t rsa -C "username"