git push:Failed to connect to github.com port 443 ms: Timed out

image.png
当时我本地挂着VPN,方位github没有网络问题,定位到应该是git proxy的问题
解决办法:
试过

git config --global http.sslVerify "false"
git config --global http.sslVerify "openssl" 

最后的解决办法:

git config --global --unset http.proxy

面向百度解决bug

你可能感兴趣的:(前端)