git错误:
git push Error:everything up-to-data
是因为没有git add . 和 git commit -m ""
git add .
git commit -m ""
实际原因是因为暂存区文件没有改变