在 GCP 上安装 postgresql(13) 后,我尝试使用以下命令安装 citus:
curl https://install.citusdata.com/community/rpm.sh | sudo bash
但是我遇到了以下错误。任何指导/建议都会有所帮助。
[tony_stark@host]$ curl https://install.citusdata.com/community/rpm.sh | sudo bash
% Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed
100 8667 100 8667 0 0 21791 0 --:--:-- --:--:-- --:--:-- 21831
Detected operating system as centos/7.
Checking for curl...
Detected curl...
Checking for postgresql13-server...
Detected postgresql13-server...
Checking for EPEL repositories...
Detected EPEL repoitories
Downloading repository file: https://repos.citusdata.com/community/config_file.repo?os=centos&dist=7&source=script...
curl: (7) Failed to connect to
Network is unreachable
Unable to run:
curl https://repos.citusdata.com/community/config_file.repo?os=centos&dist=7&source=script
该链接curl https://repos.citusdata.com/community/config_file.repo?os=centos&dist=7&source=script在我的浏览器上有效。