问题详情
Update failed
spring-rabbitmq: unable to access 'https://github.com/xxx.git/': Failed to connect to github.com port 443 after 21129 ms: Timed out
MyBase: ssh: connect to host github.com port 22: Connection timed out
Could not read from remote repository.
Please make sure you have the correct access rights
and the repository exists.
分析原因
报错里面写了是连接超时,无法连接到远端仓库
解决办法
配置hosts
添加到C:\Windows\System32\drivers\etc
里的hosts
文件的最后一行
140.82.114.4 github.com