Настройка рабочего окружения Git

Настройка среды git

Укажите свое имя и email: 

git config --global user.email "YOUR EMAIL ADDRESS"
git config --global user.name "YOUR NAME"

Важно! Проверьте в настройках https://github.com/settings/emails чтобы ваш Email был прописан

Настройте репозиторий хранения паролей:

git config --global credential.helper store
git config --global push.default simple

Создайте токен на странице https://github.com/settings/tokens

Пропишите этот токен в файле:

nano ~/.git-credentials

https://login:token@github.com