fatal: unable to access 'https://github.com/zhoulidan/dada.git/': Failed to connect to github.com port 443: Timed out
这个错误大致是说连接到github的时候超时了。那么该怎么解决呢?很简单,这个超时了无非就是你的代理出了点问题,不过好在git上用几个命令就能够很快搞定:
依次输入以下命令:
git config --global --unset http.proxy
git config --global --unset https.proxy