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

Myth丶恋晨 2023-09-29 21:00 62阅读 0赞

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

  1. git config --global -l

如果有代理,删除

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

再执行clone如果还不行

则cmd打开执行

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

telnet打开方式:

4a402d5f8213e4ea5c8ab61354e0f206.png

发表评论

表情:
评论列表 (有 0 条评论,62人围观)

还没有评论,来说两句吧...

相关阅读