问题全文:

Author identity unknown

*** Please tell me who you are.

Run

git config --global user.email "you@example.com"
  git config --global user.name "Your Name"

to set your account's default identity.
Omit --global to set the identity only in this repository.

fatal: unable to auto-detect email address (got 'ky@DESKTOP-GTKJFP8.(none)')

需要将文件和邮箱按照步骤提交一遍 ,可以成功。

ky@DESKTOP-GTKJFP8 MINGW64 ~/Workspaces/gitreps (master)
$ git config --global user.name "cc"

ky@DESKTOP-GTKJFP8 MINGW64 ~/Workspaces/gitreps (master)
$ git config --global user.email "1040577980@qq.com
>
> "

ky@DESKTOP-GTKJFP8 MINGW64 ~/Workspaces/gitreps (master)
$ git commit --m "add all files into repository"
[master (root-commit) e6678bf] add all files into repository
 4 files changed, 1 insertion(+)
 create mode 100644 1.txt
 create mode 100644 2.txt
 create mode 100644 fistTest.txt
 create mode 100644 test.txt

git 出现 Author identity unknown 问题一相关推荐

  1. Git提示Please tell me who you are(git提示Author identity unknown,git报错Please tell me who you are)

    Author identity unknown        译:作者身份未知 Please tell me who you are        译:请告诉我你是谁 原因: 这种情况一般都发生在更换 ...

  2. git报错:git commit命令后显示Author identity unknown的解决方法

    一.报错截图 使用git commit命令之后, 报错:Author identity unknown 二.报错原因 没有配置用户信息或者配置的用户信息已过期 三.解决方法 重新配置用户信息 先输入: ...

  3. Author identity unknown *** Please tell me who you are. Run git config --global user.email “you

    Author identity unknown *** Please tell me who you are. Run git config --global user.email "you ...

  4. Author identity unknown | Please tell me who you are | git commit -m “first commit”

    上传代码到GitHub报错: git commit -m "first commit" 报错信息 ⬇⬇⬇⬇⬇ Author identity unknown*** Please t ...

  5. git的author和commiter的修改

    2019独角兽企业重金招聘Python工程师标准>>> git的author和commiter的修改 .git的文件夹,进去,就会看到有一个config文件,编辑,加上 ====== ...

  6. eclipse中git的author和commiter的修改

    项目目录,隐藏的文件.git的文件夹,config文件 eclipse-->右击项目--showin--system explorer.git 打开config文件加上 [user] name ...

  7. MyEclipse修改GIT工具Author内默认信息

    场景: 使用MyEclipse的GIT工具提交代码时,如果不进行修改操作,下图红框部分会是默认状态,每次都要手动修改,很麻烦. 修改方法: 1.打开设置 2.依次点击 Team -> Git - ...

  8. Committer identity unknown *** Please tell me who you are...

    在idea上合并代码时出现该错误,可以在[Git Bash Here]中输入三条命令. git init git config --global user.email "name@examp ...

  9. 代码关联Git远程仓库笔记

    在https://git.imooc.com/上创建自己的账号 安装本地git,在Git GUI here工具中查看SSH秘钥,复制. 填入到https://git.imooc.com/的ssh秘钥内 ...

  10. GitCode创建项目仓库并上传代码(git)

    文章目录 一.代码托管介绍 二.GitCode介绍 三.生成SSH密钥 四.配置SSH密钥 五.新建一个项目 六.项目下载到本地 七.关联本地工程到远程仓库 八.执行git命令,提交文件 九.其他小技 ...

最新文章

  1. php错误提示如何查询,php-如何显示我的MySQLi查询错误?
  2. Java项目:嘟嘟二手书商城系统(java+JSP+Springboot+maven+mysql+ThymeLeaf+FTP)
  3. mac rails mysql_MAC下Rails连接mysql出现 dyld: Symbol not found: _mysql_get_client_info 的解决办法...
  4. 数据流图中flow不显示文字_发动机系统数据流一般参数的解读
  5. HashMap 的设置值,取值,遍历等
  6. pytorch系列 ---5以 linear_regression为例讲解神经网络实现基本步骤以及解读nn.Linear函数
  7. 《区块链开发指南》一一第1章 区块链基础
  8. Codeforces Round #617 (Div. 3) F. Berland Beauty 思维
  9. 在Windows上运行-XX:CompileCommand
  10. 2018.08.29 NOIP模拟 pmatrix(线性筛)
  11. 如果我是博客园的产品经理【上】
  12. simplifyEnrichment,一个对GO富集结果进行聚类和可视化的工具
  13. node vue 合并项目_吐血整理最佳实践:SpringBoot整合Vue前后端分离开发
  14. 面试题--------4、数据类型
  15. C# TCP异步通信TcpClient
  16. Aspose.Barcode创建二维码应用代码示例
  17. 【转】Photoshop中快速复制的技巧有哪些
  18. 创建华为云服务器实验报告,华为云正式发布云端实验室,真正实现云服务实验云上做...
  19. 服务器引导盘装系统怎么选择u盘,小编教你怎么设置u盘为启动盘
  20. win10连不上网,搜索不到WiFi,本地连接也断开

热门文章

  1. suse linux 添加网卡驱动,图文并茂介绍suse linux 11系统安装全过程以及suse系统下安装网卡驱动和刷新固件.doc...
  2. 基于三点说构成的夹角提取特征点
  3. 电脑一直跳出 不支持16位的应用程序该如何解决
  4. 家庭生活保养保洁大全(化学保洁)
  5. matlab filter zf,什么是MATLAB函数过滤器中’zf’的内容
  6. Android集成华为、小米、OPPO、VIVO、极光推送
  7. jQuery教程——jQuery的快速入门
  8. JavaScript预解析
  9. 算法刷题【洛谷P1359】租用游艇(最短路径Floyd算法和Dijkstra算法模板题)
  10. 系统提示 api-ms-win-crt-runtime-l1-1-0.dll文件丢失,解决方法。。。