根据情况自行push git rm -r --cached . //删除缓存 git add . git commit -m 'update .gitignore' git push
git add git commit -m "" git commit --allow-empty-message -m "" git 提交不加备注 # 工作区 >>>> 暂存区 >>>> 仓库 # git add把文件从工作区>>>>暂存区,git commit把文件从暂存区…