连接github出现:Failed to connect to github.com port 443: Timed out

解决方案:配置代理
git config --global http.proxy http://127.0.0.1:7890
git config --global https.proxy http://127.0.0.1:7890

你可能感兴趣的:(github,git)