Commit failed - exit code 128 received, with output: '*** Please tell me who you are.Run git config --global user.email "you@example.com" git ...
需要到项目 .git config文件最后加入 ...
2021-01-05 21:34 0 2314 推荐指数:
Commit failed - exit code 128 received, with output: '*** Please tell me who you are.Run git config --global user.email "you@example.com" git ...
问题描述 之前一直使用vscode自带的git工具管理代码,今天升级了vscode到新版本,在修改代码后提交是报错: 问题解决 经过网上的一番搜索,总结方案如下: 1. 首先找到git的安装目录,定位到bin目录下 2. 打开vscode的终端 ...
Setting your username in Git Git uses a username to associate commits with an identity. The Git username is not the same as your GitHub username. ...
0: 输入 $ git config --list 可以 ...
最近写了个小项目,放到git上托管,又想把它弄到github上,然后我就搞了个github的账号,在网上弄了一大堆还是没弄好,于是继续写项目,git commit代码的时候就发现问题了: 这是谁??? 原来我在搞github的时候把用户名和邮箱设置错了,不是我原来的那个账号 ...
。。其实也很简单。 首先进入git bash 0: 输入$ git config --list 可以查 ...
在终端窗口运行命令: git config user.name “设置你的名字”git config user.email "这里面设置你的邮箱地址" 然后再上传代码,重新运行项目。 ...