Proxy

http://

git utilise libcurl pour les accès http/https donc les exports de variables fonctionnent

export http_proxy=http://proxy:3128
git ls-remote http://....

git://

debug

export GIT_TRACE=1 
export GIT_CURL_VERBOSE=1