赞
踩
git rm -r --cached .
git add -A
git commit -m "重新提交"
git push -u origin 分支名称
5.idea已提交远程的解决办法
git rm -r --cached .idea git commit -m "删除.idea重新提交" git push origin <branch-name>