不确定这是否是发布此问题的正确位置,但是:
当我尝试在我的Git bash窗口中执行任何操作时,我收到此错误:
fatal: unknown error occured while reading the configuration files
Run Code Online (Sandbox Code Playgroud)
我在不同的配置下尝试了几次重新安装,尝试了多次重启,没有任何帮助.我在Windows上质疑我的用户名,因为它里面有一个点(.).由于某些原因,这会让Git感到困惑吗?如果是这样的话:有没有解决方法?
我似乎无法找到我的配置文件的位置,因为找到它的命令被破坏了相同的错误消息.
我在电脑上搜索.gitconfig文件.我发现了总共4个文件:
C:\Program Files\Git\mingw64\etc\.gitconfigC:\Program Files\Git\usr\share\vim\vim74\ftplugin\.gitconfigC:\Program Files\Git\usr\share\vim\vim74\indent\.gitconfigC:\Program Files\Git\usr\share\vim\vim74\syntax\.gitconfig以下是每个文件的内容
... \的Git\mingw64\etc.gitconfig
[credential]
helper = manager
Run Code Online (Sandbox Code Playgroud)
... \混帐的\ usr \共享\ VIM\vim74\ftplugin.gitconfig
" Vim filetype plugin
" Language: git config file
" Maintainer: Tim Pope <vimNOSPAM@tpope.org>
" Last Change: 2009 Dec 24
" Only do this when not done yet for this buffer
if (exists("b:did_ftplugin"))
finish
endif
let b:did_ftplugin = 1
setlocal formatoptions-=t formatoptions+=croql
setlocal …Run Code Online (Sandbox Code Playgroud) 有人有办法将数据从Atom(XML)格式转换为JSON吗?我更喜欢免费的在线工具来做到这一点.我无法发布我试图在线转换的数据:因为它包含敏感信息.