I am trying to do commit to git repo using TortoiseGit. I've set up credentials and pull works just fine. But when I try to do commit to repo I get this message:
I've added new user to Credentials:
And I've set up that it should read Local, but it won't save it, when I return to settings, Global is selected:
Anybody know what I'm doing wrong? Pull is working, but commit is not working.
This has nothing to do with credentials. Git requires commits to be "signed" with a name and an email address.
You need to do:
"Local" means those setting values are for that repository only.
Recommend:
So that no need set Name and Email again and again for every single repository.