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

后端 未结 11 2149
长发绾君心
长发绾君心 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条回答
  •  Happy的楠姐
    2020-12-08 17:11

    This error may occur if proxy credentials are given, but invalid. In my case, it was an old password.

提交回复
热议问题