首页 > git push 没起作用

git push 没起作用

git push 后查看github发现没有边哈

git add --all
git commit -m 'commit'
git push -u origin gh-pages

命令没错吧,可为啥就是打不到预期效果呢?


注意你图中的commit,下一行回显 aborting commit due to empty commit message


-m 不能为空


这提示是当前仓库和远程仓库已经是同步状态了啊!

【热门文章】
【热门文章】