进入本地仓库里面,右键git bash
$ git add -A $ git commit -m "modified some files" $ git push origin master
然后就ok了。