使用hexo过程中遇到的错误记录

遇到hexo编译之后发布不成功,报Permission denied的错!

1
2
3
4
5
6
Permission denied (publickey).
fatal: Could not read from remote repository.

Please make sure you have the correct access rights
and the repository exists.
FATAL Something's wrong. Maybe you can find the solution here: http://hexo.io/docs/troubleshooting.html

解决方法:

使用git bash解决了,会弹出密码输入框,填入就好了!

参考文章:https://blog.csdn.net/dingding_12345/article/details/69666233

又遇到RPC failed; curl 56 OpenSSL SSL_read: SSL_ERROR_SYSCALL, errno 10054的错:

1
2
3
Error: fatal: the remote end hung up unexpectedly
fatal: the remote end hung up unexpectedly
error: RPC failed; curl 56 OpenSSL SSL_read: SSL_ERROR_SYSCALL, errno 10054
1
git config http.postBuffer 524288000

在主题下的_config.yml文件中设置:

issue:https://github.com/rozbo/hexo-abbrlink/issues/19

解决方法:https://github.com/foreveryang321/hexo-asset-image


使用hexo过程中遇到的错误记录
https://www.gishai.top/blog/posts/326cb881.html
作者
Hai
发布于
2019年9月9日
更新于
2021年12月4日
许可协议