Rémi Vanicat <[email protected]> writes: >> I'm just started using Magit in Windows and loving it. My problem however, is >> that whenever I commit, the author will always be "unknown". I never had >> problem >> with this when using git from command line. Can anybody tell me why? > > It seen strange, as magit call git to commit. Try, in the command line, > to run > > git config --global user.name York Zhao > git config --global user.email [email protected] > > (or any name and email you wish) to configure git
Please note that the above creates a .gitconfig file on your home directory. Maybe $HOME on the Git bash shell is different from $HOME on Emacs?
