我该如何破坏 "git credential-'store"?
How do I decorrupt "git credential-'store"?
生成新的Repository并添加README后,我尝试将其推送到Git,但出现以下错误。
git credential-'store get: -c: line 0: unexpected EOF while looking for matching `''
git credential-'store get: -c: line 1: syntax error: unexpected end of file
git credential-'store get: -c: line 0: unexpected EOF while looking for matching `''
git credential-'store get: -c: line 1: syntax error: unexpected end of file
虽然全局和本地凭证都是正确的。
如何更正此错误?
我在哪里可以找到导致它的文件?
您可以通过 运行 git config --list --show-origin
.
找到包含有问题的配置位的文件
只需编辑文件,删除配置中的错误行,就可以了
生成新的Repository并添加README后,我尝试将其推送到Git,但出现以下错误。
git credential-'store get: -c: line 0: unexpected EOF while looking for matching `''
git credential-'store get: -c: line 1: syntax error: unexpected end of file
git credential-'store get: -c: line 0: unexpected EOF while looking for matching `''
git credential-'store get: -c: line 1: syntax error: unexpected end of file
虽然全局和本地凭证都是正确的。
如何更正此错误?
我在哪里可以找到导致它的文件?
您可以通过 运行 git config --list --show-origin
.
只需编辑文件,删除配置中的错误行,就可以了