Git user name is not setup code example
Example 1: git config
$ git config --list --show-origin
Example 2: how to set up git user
$ git config --global user.name
> Mona Lisa
$ git config --list --show-origin
$ git config --global user.name
> Mona Lisa