0%

姚福泉的第一篇博客

1.hexo部署到github中出现的问题及解决办法 1
git报错fatal: unable to access ‘https://github.com/hxx.git/': LibreSSL SSL_connect: SSL_ERROR_SYSCALL in connection to github.com:443
解决办法:
我通过:
git config --global http.proxy
查询到当前设置了代理,所以我取消这个设置:
git config --global --unset http.proxy

正在加载今日诗词....