推送代码出现443端口连接超时

在推送代码到github时出现Failed to connect to github.com port 443:connection timed out错误

取消代理

git config –global –unset http.proxy

git config –global –unset https.proxy