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两步的顺序

posted @ 2017-03-03 00:20  空知大猩猩  阅读(438)  评论(0编辑  收藏  举报