Добавить пользователя GIT и электронную почту
git config --global user.email "my.adresse@hotmail.com"
git config --global user.name "My Name"
Worried Monkey
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 credential.helper store
$ git push https://github.com/owner/repo.git
Username for 'https://github.com': <USERNAME>
Password for 'https://USERNAME@github.com': <PASSWORD>
$ git config --global user.name
> Mona Lisa
$ git config remote.origin.url git+ssh://git@github.com/youriserid/repoid.git