1
I’m with Windows, I installed git, I config with user and email data, but it turns out that when I commit to some local repository created, it asks me to identify config (user.mail).
Which is very strange, because if I give config --list it shows the data that I entered initially and if I open the file . config is also there.
Can anyone help me? Note: I can add(add) in the Stage but save(commit) no!
Did you install tortoisegit? Or just git from the command line? Or both?
– Victor Stafusa
Just git! But anyway, someone at least has an idea of what it might be?
– dic-chen
If you put the command
git config --get --global user.email
, what he returns?– Felipe Avelar
@Felipeavelar Returns the email configured as global!
– dic-chen