git add --all git commit -m 'commit' git push -u origin gh-pages
命令沒錯吧,可為啥就是打不到預(yù)期效果呢?
光陰似箭催人老,日月如移越少年。
-m 不能為空
注意你圖中的commit,下一行回顯 aborting commit due to empty commit message
aborting commit due to empty commit message
這提示是當前倉庫和遠程倉庫已經(jīng)是同步狀態(tài)了?。?/p>