Using CPAN with a proxy failing after o conf init /proxy/

后端 未结 4 489
灰色年华
灰色年华 2020-12-14 19:14

I have a Linux box in a corporate environment in which web access is gated through a proxy which requires authentication.

During a first run of cpan it auto configu

4条回答
  •  谎友^
    谎友^ (楼主)
    2020-12-14 19:36

    You can try using this before calling cpan:

    export http_proxy=http://my_net_id:my_net_pwd@10.12.8.9:3128/
    

    This way maybe curl will use the proxy.

提交回复
热议问题