git status
# On branch source
nothing to commit (working directory clean)
# git push origin master
error: src refspec master does not match any.
error: failed to push some refs to '[email protected]:***/***.github.com.git'
git commit -am "message"
# On branch source
nothing to commit (working directory clean)
但是 github 上面显示不出内容呢。