Hexo 博客推送部署失败
问题
1 | FATAL Something's wrong. Maybe you can find the solution here: https://hexo.io/docs/troubleshooting.html |
解决方法
问题由网络因素导致,通过给 git 使用代理解决
1 | git config --global http.proxy http://127.0.0.1:10809 |
最后的端口号 10809 应当填为代理软件监听的本地端口。
评论
1 | FATAL Something's wrong. Maybe you can find the solution here: https://hexo.io/docs/troubleshooting.html |
问题由网络因素导致,通过给 git 使用代理解决
1 | git config --global http.proxy http://127.0.0.1:10809 |
最后的端口号 10809 应当填为代理软件监听的本地端口。