York Zhao <[email protected]> writes:

> Hi list,
>
> 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 


-- 
Rémi Vanicat

Reply via email to