git上传提交的时出现:Please tell me who you are

安装好git后,创建新项目,当git上传提交时出现了Please tell me who you are

也就是说git提交文件时需要确定一个你自己的身份

那么我们就打开git bash  输入

git config --global user.email "邮箱"

git config --global user.name "名称"

输完后,就能成功进行commit提交文件了。

git上传提交的时出现:Please tell me who you are

上一篇:rtsp流转为fmp4并由WebSocket网关转发,及对应js播放器


下一篇:web常用自动化库——selenium总结(转)