fatal: cannot use /home/ as an exclude file (git status)
fatal: cannot use /home/ as an exclude file
例子:
- warning: unable to access 'C:/Program Files (x86)/Git': Permissio
- fatal: cannot use C:/Program Files (x86)/Git as an exclude file
一个global git ignore file是一个好主意 – 在创建一个之后(如果你还没有) – 更新git正在使用的位置,以便它被使用:
- git config --global core.excludesfile C:/Users/me/global.gitignore
或者只是删除错误,删除引用:
- git config --global --unset core.excludesfile
作者:柒月
Q群 :2122210(嵌入式/机器学习)