Using Git on Windows, behind an HTTP proxy, without storing proxy password on disk April 27, 2023 by Tarik since git 2.8.0 git config --global http.proxy http://[user]@proxyhost:port git config --global credential.helper wincred