GIT установите электронное письмо для проекта
git config --global user.name "Your Name"
git config --global user.email "youremail@yourdomain.com"
RWL_Dittrich
git config --global user.name "Your Name"
git config --global user.email "youremail@yourdomain.com"
git config --global user.email "my.adresse@hotmail.com"
git config --global user.name "My Name"
$ git config --global user.name "John Doe"
$ git config --global user.email johndoe@example.com
git config --global user.email "my.adresse@hotmail.com"