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

Popular posts from this blog

gemini cli getting file not defined error

NodeJS: Error: spawn EINVAL in window for node version 20.20 and 18.20

vllm : Failed to infer device type