Failed to connect to github.com port 443: Timed out
Failed to connect to github. com port 443: Timed out
在使用hexo g -d部署到github上时出现了“Failed to connect to github. com port 443: Timed out”的错误提示。

解决办法
输入
git config --global http.proxy http://127.0.0.1:1080
git config --global https.proxy http://127.0.0.1:1080