代码之家  ›  专栏  ›  技术社区  ›  craq

git状态为“未实现函数”和“致命:不能将.git/info/exclude用作排除文件”

git
  •  1
  • craq  · 技术社区  · 6 年前

    我使用的是Gitbash和Git版本2.20.1.Windows.1。 commit , diff , branch 一切正常,但是 git status (当然是最基本的命令?)失败。错误消息如下,其中 fileA fileB 我的报告中的跟踪文件是否:

    $ git status
    .gitignore: Function not implemented
    fileA: Function not implemented
    fileB: Function not implemented
    fatal: cannot use .git/info/exclude as an exclude file
    

    我看不出有什么奇怪的地方 .git/info/exclude .gitignore .

    Github桌面向我展示了正确的 status 所以这是我目前的解决方法。

    1 回复  |  直到 6 年前
        1
  •  2
  •   VonC    6 年前

    检查是否与最近的 issue 1989

    禁用fscache、恢复到2.19.1或将repo移动到本地驱动器可以解决此问题。

    git config --global core.fscache false