git配置global信息

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"

posted @ 2014-07-01 11:35  KoMiles  阅读(3335)  评论(0编辑  收藏  举报