Configuring username and email
git config --global user.name "username"
git config --global user.email "email"
after that you need to verify
git config --global user.name
it will give your username
git config --global user.email
it will give your email