为Git Bash配置代理
在国内访问Git的速度非常慢,将博客上传到Github时经常报错fatal: unable to access https://github.com/EastonSun/EastonSun.github.io.git/: Failed to connect to github.com port 443 after 21174 ms: Could not connect to server,为Git Bash配置代理后错误消失。
在国内访问Git的速度非常慢,将博客上传到Github时经常报错fatal: unable to access https://github.com/EastonSun/EastonSun.github.io.git/: Failed to connect to github.com port 443 after 21174 ms: Could not connect to server,为Git Bash配置代理后错误消失。
本博客托管在Github Pages上,简单方便快捷唯一不好的就是国内访问速度不好,甚至有时出现访问不了的情况。
网上有众多的解决方案,能够白嫖的也就是Netlify和Vercel,经过对比后我最终选择了Vercel
Hexo允许用户添加自定义页面,最常见的就是添加“标签”页面。
在GitHub部署了静态网站后都是使用username.github.io进行访问,如果我们有自己的域名,可以通过自己的域名进行访问。