我正在尝试通过 zypper 安装软件包:
sudo zypper install ambari-server
Download (curl) error for 'http://public-repo-1.hortonworks.com/AMBARI-1.x/repos/suse11/repodata/repomd.xml':
Error code: Connection failed
Error message: couldn't connect to host
显然 zypper 无法连接到服务器。但是我可以直接通过 cUrl 下载文件:
curl 'http://public-repo-1.hortonworks.com/AMBARI-1.x/repos/suse11/repodata/repomd.xml'
<?xml version="1.0" encoding="UTF-8"?>
<repomd xmlns="http://linux.duke.edu/metadata/repo">
[...]
</repomd>
我在设置的代理后面/etc/sysconfig/proxy
。有任何想法吗?