When you are prompted to use the git commit command "Please tell me who you are"

Enter the command line

git config --global user.email "邮箱地址"
git config --global user.name "用户名"

Guess you like

Origin www.cnblogs.com/woxiaosade/p/11618529.html