git初使用“*** Please tell me who you are. Run

第一次使用时

1.git init
2.git config user.name "someone"
3.git config user.email "someone@someplace.com"
4.git add *
5.git commit -m "some init msg"

注意2,3两步的顺序

原文地址:https://www.cnblogs.com/dadaxin/p/6493320.html