Setting up git to use Azure Devops over proxy
The following provide a configuration that you need to update when you're trying to use git over a proxy to hit into Azure DevOps.
[user]
email = jeremy.woo@mysuper.com
name = Jeremy.Woo
password = mypassword
[http "https://dev.azure.com"]
proxy = http://jeremywo:mypassword@myproxyserver:80
[credential]
helper = store
Comments