git提交失败出现no changes added to commit时

1. git add .      
2.   git commit -m "some word"
3.   git push -u origin master 

原文地址:https://www.cnblogs.com/jiaoyang77/p/10297514.html