fatal: unable to access 'https://github.com/xxx/taro.git/': Failed to connect to github.com port 443: Operation timed out
執(zhí)行命令即可
方法一:
git config --global --unset http.proxy
git config --global --unset https.proxy
如果還不行漓库,換下面這個(gè):(方法二)
git config --global --add remote.origin.proxy ""
git push