Set global user.name and user.email first by order like below.
$ git config --global user.name "dzou"
$ git config --global user.email "dzou@company.com"
NB: careful, use double quote instead of single quotes
Set global user.name and user.email first by order like below.
$ git config --global user.name "dzou"
$ git config --global user.email "dzou@company.com"
NB: careful, use double quote instead of single quotes