使用git commit命令时会提示"Please tell me who you are
问题
当用命令git commit -m提交时会出现一下提示

解决方法
在github官网中注册账号
网址:https://github.com
然后分别输入以下命令
git config --global user.email “邮箱”
git config --global user.name “名字”
然后就可以成功运行了。
博客主要讲述使用git commit -m命令提交时出现提示‘Please tell me who you are’的问题及解决方法。需先在github官网注册账号,再分别输入git config --global user.email和git config --global user.name命令设置邮箱和名字,即可成功运行。
使用git commit命令时会提示"Please tell me who you are
问题
当用命令git commit -m提交时会出现一下提示

解决方法
在github官网中注册账号
网址:https://github.com
然后分别输入以下命令
git config --global user.email “邮箱”
git config --global user.name “名字”
然后就可以成功运行了。
830

被折叠的 条评论
为什么被折叠?