Value | Meaning |
---|---|
GIT_PROXY_NONE | Do not attempt to connect through a proxy If built against libcurl, it itself may attempt to connect to a proxy if the environment variables specify it. |
GIT_PROXY_AUTO | Try to auto-detect the proxy from the git configuration. |
GIT_PROXY_SPECIFIED | Connect via the URL given in the options |
The type of proxy to use.