git的使用中遇到Please tell me who you are

1.git init
2.git config user.name "someone"
3.git config user.email "[email protected]"
4.git add *
5.git commit -m "some init msg"

你可能感兴趣的:(git的使用中遇到Please tell me who you are)