Title here
Summary here
Posted in development on March 20, 2018 by Adrian Wyssmann ‐ 1 min read
Not in every company you can access sites like github.com as easy. Sometimes you may sit behind a proxy. In addition you may also have internal git repos which you need to access. In that case best way to do so is to define a proxy for github.com in your gitconfig file
In case you are running git on windows and authenticate by ntml you can leave username and password empty. So the url looks something like http://:@...
Credits: https://stackoverflow.com/questions/1783659/does-git-clone-work-through-ntlm-proxies