git push 报错:fatal: unable to access ‘https://github.com/hongyinggame/shanaweb.git/’: Failed to connect to github.com port 443 after 21108 ms: Timed out
解决方法:取消代理
git config --global --unset http.proxy
git config --global --unset https.proxy
解决方法:取消代理
git config --global --unset http.proxy
git config --global --unset https.proxy