Git_错误_03_ Git提交时显示用户 unknown

简介: 这是因为没有设置用户名 $ git config --global user.name "your_name" $ git config --global user.email "your_email@youremail.com"

这是因为没有设置用户名

$ git config --global user.name "your_name"  
$ git config --global user.email "your_email@youremail.com"  

 

目录
相关文章
|
网络安全 开发工具 git
git 出现错误:kex_exchange_identification: read: Connection reset by peer fatal
git 出现错误:kex_exchange_identification: read: Connection reset by peer fatal
git 出现错误:kex_exchange_identification: read: Connection reset by peer fatal
|
Ubuntu Linux 开发工具
idea使用git提交代码报异常refusing to merge unrelated histories和unknown option `allow-unrelated-histories‘
idea使用git提交代码报异常refusing to merge unrelated histories和unknown option `allow-unrelated-histories‘
|
持续交付 开发工具 git
如何保留原提交记录迁移Git项目,你还不知道吗?
如何保留原提交记录迁移Git项目,你还不知道吗?
如何保留原提交记录迁移Git项目,你还不知道吗?
|
Shell 开发工具 git
Git基础使用-如何用Git把代码提交至仓库/新建仓库/同步代码/推送代码
Git基础使用-如何用Git把代码提交至仓库/新建仓库/同步代码/推送代码
590 0
|
Shell 开发工具 git
IDEA工具操作Git------远程仓库管理中出现的错误(Gitee版)
需要先Pull一下 右键项目--->Git--->Repository--->Remotes 把远程项目下载到本地
267 0
IDEA工具操作Git------远程仓库管理中出现的错误(Gitee版)
|
Shell 开发工具 数据安全/隐私保护
Git提交之后自动打版本并钉钉通知
Git提交之后自动打版本并钉钉通知
458 0
Git提交之后自动打版本并钉钉通知
|
开发工具 git
phpstrom git 修改文件就提交方法
phpstrom git 修改文件就提交方法
94 0
phpstrom git 修改文件就提交方法
|
数据可视化 Java 数据库连接
忽略不想提交的文件- 每天三分钟玩转Git(10)大结局
忽略不想提交的文件- 每天三分钟玩转Git(10)大结局
忽略不想提交的文件- 每天三分钟玩转Git(10)大结局
|
数据可视化 开发工具 git
漏提交与打tag- 每天三分钟玩转Git(9)
漏提交与打tag- 每天三分钟玩转Git(9)
漏提交与打tag- 每天三分钟玩转Git(9)
|
开发工具 git
撤销远程提交-每天三分钟玩转Git (6)
撤销远程提交-每天三分钟玩转Git (6)
撤销远程提交-每天三分钟玩转Git (6)