码迷,mamicode.com
首页 > 其他好文 > 详细

git报错:fatal: bad config line 1 in file C:/Users/JIANGXIAOLIANG/.gitconfig

时间:2019-05-10 14:49:24      阅读:479      评论:0      收藏:0      [点我收藏+]

标签:style   mail   code   tco   错误   配置文件   用户名   global   使用   

在给git设置用户名和邮箱的时候报下面的错误:fatal: bad config line 1 in file C:/Users/JIANGXIAOLIANG/.gitconfig
看提示的意思是git配置文件出问题了,找到提示的目录,然后删掉.gitconfig文件。
然后在重新配置用户名和邮箱,输入下面的命令:

$ git config --global user.name "用户名"
$ git config --global user.email "邮箱"

 然后删除的.gitconfig文件又重新生成了,这时git就可以正常使用了。

git报错:fatal: bad config line 1 in file C:/Users/JIANGXIAOLIANG/.gitconfig

标签:style   mail   code   tco   错误   配置文件   用户名   global   使用   

原文地址:https://www.cnblogs.com/dotnet261010/p/10844090.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!