git初使用“*** Please tell me who you are. Run
Posted 空知新新
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了git初使用“*** Please tell me who you are. Run相关的知识,希望对你有一定的参考价值。
第一次使用时
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"
注意2,3两步的顺序
以上是关于git初使用“*** Please tell me who you are. Run的主要内容,如果未能解决你的问题,请参考以下文章
github 提交使用git commit,报错Please tell me who you are
git Please tell me who you are解决方法
在git中,当使用git.commit命令时,这个Please tell me who yoy are 怎么解决
git commit -m "wrote a readme file" *** Please tell me who you are.xxx