Git through a Proxy. What is causing the 407 error when cloning?

后端 未结 11 2155
长发绾君心
长发绾君心 2020-12-08 16:20

I\'m trying to use Git through a proxy. I\'ve tried setting parameters \'git config --global\' in a lot of ways but always without success when cloning repositories.

11条回答
  •  庸人自扰
    2020-12-08 17:14

    I think that you should start from the HTTP error: HTTP 407 error explained. And from that you can arrive at the answer: proxy error issue. Hope that helps.

提交回复
热议问题