hexo d推送到远端失败
使用hexo d
上传博客时出现以下两种错误 :
error: 403
1 | fatal: unable to access 'https://github.com/xxx/xxx.github.io/': The requested URL returned error: 403 |
或者 errno 10054
1 | fatal: unable to access 'https://github.com/xxx/xxx.github.io/': OpenSSL SSL_read: Connection was reset, errno 10054 |
解决办法:将_config.yml
文件中的http
链接修改成ssh
的链接
1 | deploy: |
若还出现以下错误:
1 | remote: error: GH007: Your push would publish a private email address. |
将GitHub的setting
—>emails
—>Keep my email addresses private
勾选取消即可。
hexo d 出现 hexo help
1 | $ hexo g -d |
使用这个可以解决,具体也不太清楚,反正之前不行的行了
本博客所有文章除特别声明外,均采用CC BY-NC-SA 4.0许可协议。转载请注明来自Z-L.TOP!
评论