git_proxy_t

The type of proxy to use.

Values

ValueMeaning
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

Meta