#清除缓存 git rm -r --cached . #添加 git add . #提交 git commit -m "更新.gitignore" #推送到远程地址 git push github main:main