curl: (7) Failed connect to resource.fit2cloud.com:443; Connection timed out

curl -sSL https://resource.fit2cloud.com/metersphere/metersphere/releases/latest/download/quick_start.sh | sh
curl: (7) Failed connect to resource.fit2cloud.com:443; Connection timed out
在线安装 curl 超时怎么办

可以下载离线安装包哦:开源社区 - FIT2CLOUD 飞致云
安装步骤参考:https://metersphere.io/docs/v2.x/installation/offline_installation/

[MeterSphere Log]: … 离线安装 docker
[MeterSphere Log]: … 启动 docker
Redirecting to /bin/systemctl start docker.service
Job for docker.service failed because the control process exited with error code. See “systemctl status docker.service” and “journalctl -xe” for details.
[MeterSphere Log]: Docker 未正常启动,请先安装并启动 Docker 服务后再次执行本脚本
又报错怎么办

#停止docker

msctl uninstall

systemctl stop docker

#卸载docker和docker-compose

rm -rf /usr/bin/docker*

rm -rf /usr/bin/containerd*

rm -rf /usr/bin/ctr

rm -rf /usr/bin/runc

rm -rf /etc/systemd/system/docker.service

systemctl daemon-reload
卸载掉docker,然后再执行msctl reload

[MeterSphere Log]: ======================= 开始安装 =======================
which: no docker in (/usr/local/sbin:/usr/local/bin:/sbin:/bin:/usr/sbin:/usr/bin:/root/bin)
[MeterSphere Log]: … 离线安装 docker
[MeterSphere Log]: … 启动 docker
Redirecting to /bin/systemctl start docker.service
Failed to start docker.service: Unit not found.
[MeterSphere Log]: Docker 未正常启动,请先安装并启动 Docker 服务后再次执行本脚本

又出问题了 怎么办

手动执行service docker start,然后用journalctl -xe看看具体细节?

看起来可能是你的安装包下载错误,与服务器CPU架构不匹配,可以发一下你下载的安装包名称。