Hexo+Github搭建博客-Q&A


Hexo+Gtihub搭建博客之常见问题

以下是我遇到的问题,当然有遇到问题的小伙伴可以写在评论里噢,也可以告诉我。

1.部署后不更新,且收到Github邮件。

The page build failed for the `master` branch with the following error:

Unable to build page. Please try again later.

解决方法:删除Hexo文件夹下的.deploy_git,重新部署。

2.hexo-theme-matery主题复制不换行解决

文章链接: http://luckyzmj.cn/posts/cc289a34.html#rewardModal

themes\matery\layout\_partial\post-detail.ejs下的 === PRE 改为 CODE

// otherwise the text inside "pre" loses all the line breaks!
if (selection.getRangeAt(0).commonAncestorContainer.nodeName === 'PRE') {
    newdiv.innerHTML = "<pre>" + newdiv.innerHTML + "</pre>";
}

将PRE改为CODE后,重新部署。

3.部署时遇到报错

ssh_exchange_identification: read: Connection reset by peer
fatal: Could not read from remote repository.

Please make sure you have the correct access rights
and the repository exists.
FATAL { err:

原因1:可能你所在的内网做了限制,换手机热点即可解决。 原因2:ssh key没有部署成功,一般是首次部署时这个可能性大一些,重新部署即可。


文章作者: Enomothem
版权声明: 本博客所有文章除特别声明外,均采用 CC BY 4.0 许可协议。转载请注明来源 Enomothem !
  目录