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

在给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就可以正常使用了。

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

时间: 2024-11-13 06:37:01

git报错:fatal: bad config line 1 in file C:/Users/JIANGXIAOLIANG/.gitconfig的相关文章

[Linux]Centos git报错fatal: HTTP request failed

在使用git pull.git push.git clone会报类似例如以下的错误: error: The requested URL returned error: 401 Unauthorized while accessing https://git.oschina.net/zemo/demo.git/info/refs fatal: HTTP request failed 通常是因为git版本号的问题. 使用例如以下指令查看版本号: # git --version git version

开发错误记录11:git报错?fatal:open?/dev/null?or?dup?failed:?No?such?file?or?directory

今天在自己的的电脑上装了git,没成想运行报错: 重装了几次git ,都不行,电脑上没有装github桌面版; 后来在网上查到了方法,反映这是系统的问题: null是比较特殊的系统文件,它实际上是为操作系统提供一个虚拟设备,这个搜索设备的驱动程序是C:WINDOWS\system32\drivers\Null.sys 解决方案: 以win7为例,右键点击计算机-管理-查看,勾选显示隐藏的设备:  启动null驱动,如下图: 发现启动不上,查看是否有驱动文件存在: C:WINDOWS\system

【Git笔记】git报错 fatal: The remote end hung up unexpectedly

git提交报异常,fatal: The remote end hung up unexpectedly 上网找了一下原因,最后这个答案帮了我解决问题了. 1 git config http.postBuffer 524288000 我的问题估计是上传文件太大导致的. 参考原文:http://www.myexception.cn/mobile/1576333.html

git报错 fatal:open /dev/null or dup failed: No such file or directory

今天突然发现git无法做任何操作了,报了上面的错,各种百度谷歌都没有得到解决的方案.我重装了git,重启电脑仍然没有解决,开来不是git软件的问题而是系统问题. null是比较特殊的系统文件,它实际上是为操作系统提供一个虚拟设备,这个搜索设备的驱动程序是C:WINDOWS\system32\drivers\null.sys 解决方案: 以win7为例,右键点击计算机-管理-查看,勾选显示隐藏的设备: 点击非即插即用驱动程序 右键点击Null-属性-驱动程序-如果已经启动则点击停止,再点击启动,类

Git报错-/libexec/git-core/git-sh-setup: line 83: /bin/sed: Bad file number

问题: Pull出现:/libexec/git-core/git-sh-setup: line 83: /bin/sed: Bad file number.尝试Revert.Clean Up均没有解决.最后决定重新从服务器Clone,发现还是不行. 解决方法: 修改本地Git配制文件 添加master至图中位置,拉取的同时拉取master的目录

git报错:'fatal:remote origin already exists'怎么处理?附上git常用操作以及说明。

git添加远程库的时候有可能出现如下的错误, 怎么解决? 只要两步: 1.先删除 $ git remote rm origin 2.再次执行添加就可以了. ----------------------------------------------git常用操作------------------------------------------------ 说明,以下整理来自廖雪峰大神的<git教程>. 各位童鞋要下载git但是网速不给力的,可以从这里下载:https://pan.baidu.

git报错:&#39;fatal:remote origin already exists

git报错:'fatal:remote origin already exists'怎么处理?附上git常用操作以及说明. git添加远程库的时候有可能出现如下的错误, 怎么解决? 只要两步: 1.先删除 1 $ git remote rm origin 2.再次执行添加就可以了. ----------------------------------------------git常用操作------------------------------------------------ 说明,以下整

git同步遇到报错“fatal: unable to access &#39;https://github.com/ruanwenwu/newp.git/&#39;: Peer reports incompatible or unsupported protocol version.”

git同步遇到报错"fatal: unable to access 'https://github.com/ruanwenwu/newp.git/': Peer reports incompatible or unsupported protocol version." 网上很多人说是因为git版本需要升级.我将git版本升级到最新, [[email protected] tp5test]# git --version git version 2.16.2 问题却依然存在. 最后: y

git同步遇到报错“fatal: unable to access &#39;https://github.com/lizhong24/mysite2.git/&#39;: Peer reports incompatible or unsupported protocol version.”

git同步遇到报错"fatal: unable to access 'https://github.com/lizhong24/mysite2.git/': Peer reports incompatible or unsupported protocol version." 解决办法: yum update -y nss curl libcurl 问题解决了. git同步遇到报错"fatal: unable to access 'https://github.com/liz