Failed to connect to github.com port 443: Timed out
共计 389 words,预计阅读时间 2 min

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
fluid个性化
copyright  2024   @ Cardy
Powered by Astro | Theme Cloud