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

后端 未结 11 2172
长发绾君心
长发绾君心 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:05

    The following solved the problem for me

    1. Rightclick on the git folder-> TortoiseGit->Settings->Network
    2. Enable Proxy Server and input proxy, port, user, password

提交回复
热议问题