git配置global信息

时间:2023-03-08 20:26:20

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"