有没有办法用macports代理设置Sonatype Nexus?我试过了,但我找不到nexus支持的rsync。
/opt/local/etc/macports/soures.conf可以采用http协议,但在我的情况下不起作用
我在macports.conf中配置代理
proxy_http proxy.local.dev:80 proxy_https proxy.local.dev:80
但是当我尝试安装一个软件包时,我得到403禁止的错误
$sudo port install ack错误:
0DEBUG: Fetching distfile failed: The requested URL returned error: 403发布于 2016-11-02 04:45:33
目前不支持此功能。您目前最好的选择是尝试使用原始存储库作为代理,但您可能已经尝试过了。
另一个更有趣但更耗时的选择是创建你自己的格式!我们的一个社区成员用APT做到了这一点,你可以在这里查看他们的工作:https://github.com/mpoindexter/nexus-repository-apt
https://stackoverflow.com/questions/40364343
复制相似问题