1、git commit 之后,出现
On branch master
Your branch is up-to-date with 'github/master'.
nothing to commit, working tree clean
继续 git push之后,出现
Everything up-to-date
2、网上大部分解决办法,都是分支问题,比如
http://blog.csdn.net/myhuashengmi/article/details/52197566
3、我尝试了还是不行,然后突然反应过来,可能是项目名的原因。
前天改了项目文件夹的名字,第二天想git push代码,就一直 everything up-to-date 了。
用androidstudio重新open了这个项目,再git push,就对了。
4、大概是因为androidstudio去open它的时候能把它重新build了一遍,某些路径就对了吧。