git clone报错 unable to access ‘xxx‘: Failed to connect to xxx port 80 after 21102 ms: Timed out

首先查看配置信息,查看是否为当前用户,是否有代理

git config --global -l

如果有代理,删除

git config --global --unset http.proxy
git config --global --unset https.proxy

再执行clone如果还不行

则cmd打开执行

telnet ip 端口(注意ip,端口中间没有任何符号)

telnet打开方式:

git clone报错 unable to access ‘xxx‘: Failed to connect to xxx port 80 after 21102 ms: Timed out_第1张图片

你可能感兴趣的:(git,github)