原因是没有 执行 git add. 和git commit -m ""; 在push 之前 先执行git add . 再执行 git commit -m " ",再git push origin master