作者热门文章
- c - 在位数组中找到第一个零
- linux - Unix 显示有关匹配两种模式之一的文件的信息
- 正则表达式替换多个文件
- linux - 隐藏来自 xtrace 的命令
当我尝试推送到我的 git 实验室帐户时,我不断收到相同的消息:
"Make sure you configure your 'user.email' and 'user.name' in git".
我已经做了
git config --global user.name "John Doe"
git config --global user.email "johndoe@email.com"
我已经检查过/
git remote -v
有人知道我还能做什么吗?
最佳答案
您应该在 git commit 上看到该错误消息,而不是 git push,as seen here .
确保在 CMD session 中键入这些命令不是以“管理员”身份启动,而是以您的常规 Windows 用户帐户启动。
您可以通过进入您的存储库并键入以下内容来检查是否设置了该设置:
git config -l --show-origin
关于git - "Make sure you configure your ' user.email ' and ' user.name ' in git"尝试推送到 git lab 时,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/54876421/
我是一名优秀的程序员,十分优秀!