git configuration error

Enter (be sure to open git to get it)
$ git config --list 
 
 
You can view some things configured. You can see what user.name and user.email are respectively. .
If you haven't initialized it. Then directly:
$ git config --global user.name "Enter your username"
$ git config --global user.email "Enter your email"

Guess you like

Origin http://43.154.161.224:23101/article/api/json?id=325096042&siteId=291194637