fatal: cannot use /home/ as an exclude file (git status)

fatal: cannot use /home/ as an exclude file

 

例子:

  1. warning: unable to access 'C:/Program Files (x86)/Git': Permissio
  2. fatal: cannot use C:/Program Files (x86)/Git as an exclude file

 

一个global git ignore file是一个好主意 – 在创建一个之后(如果你还没有) – 更新git正在使用的位置,以便它被使用:

  1. git config --global core.excludesfile C:/Users/me/global.gitignore

或者只是删除错误,删除引用:

  1. git config --global --unset core.excludesfile
posted @ 2020-09-07 09:50  瘋耔  阅读(441)  评论(0编辑  收藏  举报
跳至侧栏