I installed Git for Windows 7 today. I don't know anything about Git yet, and I follow http://git-scm.com/book/en/Getting-Started-First-Time-Git-Setup and a YouTube video on this. In the videos, people install Git and go to the command line and use
git config --global user.name = "My Name"
and
git config --global user.email = " email@example.com "
and creates a .gitconfig file in C:/Users/admin/.gitconfig with the correct values ββfor them.
After executing the above lines of code three times, this is what I got in this file:
[user] name = = email = = name = =
Why doesn't it work? I followed the official tutorial and I see that it works for other people on YouTube, but not for me.
git git-config
Jimsea
source share