hexo 主题配置
git d 提交时,主题提交不上去,错误提示
$ git status
On branch master
Changes not staged for commit:
(use "git add <file>..." to update what will be committed)
(use "git checkout -- <file>..." to discard changes in working directory)
(commit or discard the untracked or modified content in submodules)
modified: ../themes/next (modified content)
no changes added to commit (use "git add" and/or "git commit -a")
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
更新代码库代码不需要使用git命令提交吧,试试 hexo deploy
hexo g
生成静态页面hexo d
部署hexo之后提交代码试试?
https://niconiconiconico.gith...