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

在创建spring boot 项目报错如下图:

 

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

报错信息是Initialization failed for 'https://start.spring.io' Please check URL, network and proxy settings.

自己去ping https://start.spring.io木有啥问题

在一个评论中看见了一个解决办法!

解决办法: 进入到IDEA的setting 搜索 HTTP Proxy 选择Auto-detect proxy settings 点击最下面的Check connection弹出如下的输入框,输入地址https://start.spring.io点击ok,如果successful证明连接成功,重新生成一次,完美生成springboot项目