简体   繁体   中英

Git Credential Manager - not loading when proxy enabled

When working with corporate proxy - GCM not loading on clone/push from command line

OS - Windows 10 LTSC 1809 Visual Studio 2017/2015 Git for windows 2.21 Repo - Azure DevOps server 2019 with update 1(On Premise) Proxy - Corporate proxy

I tried setting the Git Proxy but none helped

Only when i change the Proxy Setting on the system i can get the GCM to show See attached images

in that case i cannot access the web portal - or use visual studio clone/push

默认代理设置

Clone Fails - GCM not loading 默认设置克隆失败

Web Portal works

Web Portal正在使用默认设置

旁路代理已禁用

GCM LOADING Clone successful GCM载入 成功克隆并加载GCM

Web Portal Fails

Web Portal失败错误503-带旁路

Need to add

git config --global credential.{TFSADDRESS}.authority Basic

The default settings is Auto

https://github.com/microsoft/Git-Credential-Manager-for-Windows/blob/master/Docs/Environment.md#gcm_authority

When using Client(in work-group) to connect to TFS server(in domain) - NTLM or AUTO cannot be used

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM