Как изменить пароль GIT в Git Bash
git config --global user.name "Bob"
git config --global user.email "bob@example.com"
GutoTrosla
git config --global user.name "Bob"
git config --global user.email "bob@example.com"