首先查看配置信息,查看是否为当前用户,是否有代理
git config --global -l
如果有代理,删除
git config --global --unset http.proxy
git config --global --unset https.proxy
再执行clone如果还不行
则cmd打开执行
telnet ip 端口(注意ip,端口中间没有任何符号)文章来源:https://www.toymoban.com/news/detail-755793.html
telnet打开方式:文章来源地址https://www.toymoban.com/news/detail-755793.html
到了这里,关于git clone报错 unable to access ‘xxx‘: Failed to connect to xxx port 80 after 21102 ms: Timed out的文章就介绍完了。如果您还想了解更多内容,请在右上角搜索TOY模板网以前的文章或继续浏览下面的相关文章,希望大家以后多多支持TOY模板网!