解决方法是先把本地缓存删除,然后再提交。
git rm -r --cached . git add . git commit -m "update .gitignore"
Git规范提交库和Git-Change-log生成库 GitFastFarward