问题1:fatal: unable to access ‘https://github.com/.git/’: Failed to conne拒绝连接
有可能你的gitbub之前设置过代理,只需分别执行如下代码即可:
git config --global --unset http.proxy
git config --global --unset https.proxy
或者
git config --global url.git://github.com/.insteadOf https://github.com/
如果还没有解决,将可将下载路径中的https改为github://
问题2:fatal: unable to access 'https://github.com/xxxxxxxxxxxxxx.git/': Recv failure: Connection was reset
PS D:\DemoProject> git clone https://github.com/LiteAVSDK/TRTC_UniApp.git
分别查询github.com
和github.global.ssl.fastly.net
的ip值,将查询出来ip分别为配置到了C:\Windows\System32\drivers\etc\hosts文件中的:
140.82.113.4 github.com
199.232.69.194 github.global.ssl.fastly.net
然后再次刷新dns缓存
ipconfig /flushdns文章来源:https://www.toymoban.com/news/detail-769224.html
再试试访问github,应该就可以了。文章来源地址https://www.toymoban.com/news/detail-769224.html
到了这里,关于github打不开,下载不成功的文章就介绍完了。如果您还想了解更多内容,请在右上角搜索TOY模板网以前的文章或继续浏览下面的相关文章,希望大家以后多多支持TOY模板网!