如果遇到git的连接问题
fatal: unable to access 'https://github.com/xxxx.git/': Failed to connect to github.com port 443 after 21079 ms: Could not connect to server
在使用了代理的情况下,可以尝试在terminal终端输入下面的命令
git config --global --unset http.proxy
git config --global --unset https.proxy
运行完命令重启电脑即可,亲测好用