Я получаю эту ошибку при попытке синхронизировать командный проект на Team Foundation Serer в Visual Studio 2017 на работе
Git failed with a fatal error.
NotSupportedException encountered.
The ServicePointManager does not support proxies with the net4bsl.bsl.co.uk scheme.
cannot spawn /c/program files (x86)/microsoft visual studio/2017/community/common7/ide/commonextensions/microsoft/teamfoundation/team explorer/Git/mingw32/libexec/git-core/git-askpass.exe: No such file or directory
could not read Username for 'https://ams-british-steel.visualstudio.com': terminal prompts disabled
Это то, что я настроил в качестве моего прокси
git config --global http.proxy net4bsl.bsl.co.uk:8080
Есть идеи?