git clone下载很慢的问题:

下载到指定目录:git clone https://github.com/ChengWuOne/spring-cloud-demo.git D:/日常软件/GitHub/1234

解决方法:

1、用记事本打开hosts文件(C:\Windows\System32\drivers\etc\hosts),将上述查到的对应的内容写入。

151.101.72.249 github.global.ssl.fastly.net

192.30.253.112 github.com

2、cmd刷新DNS缓存:

ipconfig /flushdns

3、重新启动

相关文章:

  • 2021-09-10
  • 2021-06-18
  • 2021-08-07
  • 2021-12-07
  • 2021-08-16
  • 2021-09-04
  • 2021-12-22
猜你喜欢
  • 2021-11-09
  • 2021-12-04
  • 2022-12-23
  • 2021-12-04
  • 2021-05-12
  • 2021-05-09
相关资源
相似解决方案