解决git下载报错:fatal: unable to access ‘https://github.com/…/…git’: Recv failure: Connection was reset
1、在git中执行git config --global --unset http.proxy和git config --global --unset https.proxy
git config --global --unset http.proxy
git config --global --unset https.proxy
2、在cmd下执行ipconfig/flushdns 清理DNS缓存文章来源:https://www.toymoban.com/news/detail-518857.html
ipconfig /flushdns
3、重新执行git clone https://github.com/…/.git/’ 即可文章来源地址https://www.toymoban.com/news/detail-518857.html
git clone 链接
到了这里,关于unable to access ‘https://github.com/.../...git‘: Recv failure: Connection was reset的文章就介绍完了。如果您还想了解更多内容,请在右上角搜索TOY模板网以前的文章或继续浏览下面的相关文章,希望大家以后多多支持TOY模板网!