.gitignore不生效的解决方案

目录

原因:git本地运行有缓存,需要清除git缓存即可

1
git rm -r --cached .

清完缓存需要把代码推到远程仓库

0  字
评论
Powered by Waline v1.6.0