vscode: make sure you configure your user.name and user.email in git
发布时间:2023年12月31日
一、问题描述
使用VScode编辑代码后,Push到云端报错:Make sure you configure your "user.name" and "user.email" in git
二、解决方案
解决步骤:
1.打开Git Bash:
2.输入命令:
git config --global user.name "xxx" # 配置用户名
git config --global user.email "xxxxxx@xx.com" # 配置邮箱
执行之后,C:\Users\
对应用户目录下会生成.gitconfig
文件:
文章来源:https://blog.csdn.net/q1003675852/article/details/135279392
本文来自互联网用户投稿,该文观点仅代表作者本人,不代表本站立场。本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。
如若内容造成侵权/违法违规/事实不符,请联系我的编程经验分享网邮箱:chenni525@qq.com进行投诉反馈,一经查实,立即删除!