gitignore不起作用时的操作

git rm -r --cached .

git add .

git commit -m 'update .gitignore'

猜你喜欢

转载自blog.csdn.net/hshqing/article/details/109559928