Git在提交的时候:user name and email must be set brfore commit.,就是说你的用户名和邮箱没有指定指定下就可以了
Git allows you to set variables at the system, global, local and workingtree level. If you want to use a special name or email address for a specific Git repo, you can set the git config email and username fields at the local orworktree scope. Worktree overr...
git config --global user.name "你的用户名" git config --global user.email "你的邮箱"
2 git config --global user.email"you@example.com" git config --global user.name"Your Name"
git 突然出现 user name and email must be set before commit do you want set thesenow,程序员大本营,技术文章内容聚合第一站。
没有使用过TortoiseGit,看图回答吧。原因应该是你没有选中"config source"中的local、global、system选项,git配置分为这三种,界面上的<<符号表示,左侧的配置会覆盖右侧的。而你当前选中的Effective表示,这3个配置共同叠加后的结果,故不可编辑。建议切换到Global进行设置^_^ ...
If user.name and/or user.email are not set in the git config, then git commit can potentially fail, with this message: $ git commit *** Please tell me who you are. Run git config --global user.email "you@example.com" git config --global ...
android studio使用git commit时提示我输入用户名和邮箱,输入确定后显示can't set user.name and user.email Couldn't set user.name and user.email: error: could not create parent directory of C:\WINDOWS\system32\config\systemprofile/.gitconfig 我曾使用git命令行的方式设置user.name和邮箱 $ git conf...
Git 的下载 去Git 官网下载对应系统的软件,下载地址为http://git-scm.com、http://gitforwindows.org,或者阿里镜像 上面的 git-scm 是 Git 的官方,里面有不同系统不同平台的安装包和源代码,而Git for Windows里只有 windows 系统的安装包 阿里镜像直接Ctrl+F 搜索最新版本前缀即可,如2.40.0 ...
Open a command terminal, and then clone the project from GitHub by using the command prompt: Bash gitclonehttps://github.com/MicrosoftDocs/mslearn-persist-data-ef-core Go to themslearn-persist-data-ef-corefolder, and then open the project in Visual Studio Code: ...