github - git push 没起作用

浏览:38日期:2023-09-15

问题描述

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

git add --allgit commit -m ’commit’git push -u origin gh-pages

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

github - git push 没起作用

问题解答

回答1:

-m 不能为空

回答2:

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

回答3:

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

相关文章: