【问题标题】:fatal: unable to access 'https://github.com/CocoaPods/Specs.git/': Could not resolve proxy: proxy-listen-ip致命:无法访问“https://github.com/CocoaPods/Specs.git/”:无法解析代理:proxy-listen-ip
【发布时间】:2023-03-19 19:25:01
【问题描述】:

当我$ git clone https://github.com/CocoaPods/Specs.git master时,我的 git 报告错误:

致命:无法访问“https://github.com/CocoaPods/Specs.git/”:无法解析代理:proxy-listen-ip

如何解决?

【问题讨论】:

标签: ios git proxy


【解决方案1】:

git config --global --unset http.proxy 按照@ASR 的建议提供帮助。也必须执行 git config --global --unset https.proxy 才能解决问题。

【讨论】:

    猜你喜欢
    • 2019-03-14
    • 2022-11-25
    • 2016-02-13
    • 2021-07-26
    • 2016-12-05
    • 2017-02-23
    • 2015-02-27
    • 2022-11-14
    • 1970-01-01
    相关资源
    最近更新 更多