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