fatal: unable to access 'https://github.com/xxx/taro.git/': Failed to connect to github.com port 443: Operation timed out
执行命令即可
方法一:
git config --global --unset http.proxy
git config --global --unset https.proxy
如果还不行,换下面这个:(方法二)
git config --global --add remote.origin.proxy ""
git push