Configure Git to identify yourself as the author of your future contributions. Enter the same email address you used to register on GitHub. .. code-block:: console $ git config --global user.name “Your Name” $ git config --global user.email “youremail@example.com”