清除git 缓存,然后提交就可以了
git rm -r --cached .
git add .
清除git 缓存,然后提交就可以了 git rm -r --cached . git add .
.gitignore: Git忽略规则和.gitignore规则不生效的解决办法
tag .gitignore不生效 branch
配置 .gitignore 在跟目录创建 .gitignore文件 如果发现.gitignore不生效,执行命令:...
一、.gitignore规则不生效的解决办法 每次修改.gitignore忽略配置文件后,执行以下命令: 二、Ch...
引自: https://www.cnblogs.com/zzcc/p/5695883.html新建的文件在git中...
git rm -r --cached .git add .git commit -m 'update .gitig...
Git 中 .gitignore 不生效解决 有时候第一次未加或者修改的时候.gitignore忽略的文件不会生效...
git rm -r --cached . git add .gitignore git commit -m "up...
就是先把本地缓存删除(改变成未track状态),然后再提交。
本文标题:.gitignore 不生效处理的办法
本文链接:https://www.haomeiwen.com/subject/enpykftx.html
网友评论