git 执行提交时,提示用户输入用户和邮箱
git commit -m '*add newCat file' newCat/
*** Please tell me who you are.
Run
git config --global user.email "you@example.com" git config --global user.name "Your Name"