fatal: unable to access 'https://tfs.ups.com/tfs/UpsProd/P02AGit_eCMS/_git/SearchComponent/': The requested URL returned error: 502

C++
git config --global --list


[filter "lfs"]
        clean = git-lfs clean -- %f
        smudge = git-lfs smudge -- %f
        process = git-lfs filter-process
        required = true
[user]
        name = GuyWicks
[user]
        email = [email protected]
[http]
    proxy = http://public-cache:8080

[https]
    proxy = http://public-cache:8080

Source

Also in C++: