【问题标题】:git: access git using proxy with .pac filegit:使用带有 .pac 文件的代理访问 git
【发布时间】:2016-11-29 15:32:55
【问题描述】:

我有一个 pac 文件可以访问代理,我正在使用 bitbucket。

http://xxx.xxx/xxx/proxy.pac机器登录用户和密码相同

我需要 git 访问存储库。

克隆命令为:git clone https://test@bitbucket.org/test/test.git

如何配置?

【问题讨论】:

标签: git proxy


【解决方案1】:

与我的 2016 answer 相比,我现在(2021 年 6 月)使用 genotrance/px

这意味着您的 HTTPS_PROXY 变为 http://127.0.0.1:3128

从那里,您可以访问互联网和您的 BitBucket 存储库。

【讨论】:

    猜你喜欢
    • 2016-09-17
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 2013-02-20
    • 1970-01-01
    • 1970-01-01
    • 2015-12-25
    • 1970-01-01
    相关资源
    最近更新 更多