Initalization failed for ‘https://start.spring.io‘.Please check URL, network and proxy settings的解决方案

Posted 程序猿杰哥

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了Initalization failed for ‘https://start.spring.io‘.Please check URL, network and proxy settings的解决方案相关的知识,希望对你有一定的参考价值。

新建springboot项目,报错信息如下:
在这里插入图片描述
在这里插入图片描述

Initalization failed for 'https://start.spring.io'
Please check URL, network and proxy settings

Error message:
Cannot download 'https://start.spring.io':connect timed out

翻译:

“https://start.spring.io”初始化失败

请检查URL,网络和代理设置

错误信息:

不能下载的https://start.spring.io”:连接超时

解决方案:

  1. File ——》Settings ,打开Settings设置界面

  2. 搜索HTTP Proxy

  3. 点击Auto-detect proxy settings

  4. 勾选Automatic proxy configuration URL

  5. 输入 https://start.spring.io

  6. 点击按钮 Apply 和 OK

在这里插入图片描述
点击按钮 Check connection, 提示 Connection successful,连接成功,重新点击 Spring Initalizr,新建springboot项目即可正常创建项目

在这里插入图片描述

如果还是提示报错,可以采用一下的解决方案
解决方案:
选择 Custom,输入阿里云的地址 https://start.aliyun.com/

在这里插入图片描述
然后就可以正常创建项目了
在这里插入图片描述

以上是关于Initalization failed for ‘https://start.spring.io‘.Please check URL, network and proxy settings的解决方案的主要内容,如果未能解决你的问题,请参考以下文章

-canopenurl:failed for url:怎么解决

centos 7 系统启动不了 出现报错dependency failed for /mnt , dependency failed for local file systems

process launch failed : failed to get the task for process xxx

重启idea项目,报failed to create mbean for naming resource null

Execution failed for task ':app:clean'.

fatal: Authentication failed for码云的解决办法