【发布时间】:2020-03-28 01:15:26
【问题描述】:
当我在 Visual Studio 2015 中使用 Team Explorer 并尝试从本地 TFS 获取 repo 时,我收到以下错误:
Error encountered while fetching: An error occurred while sending the request.
Inner Exception:
The remote server returned an error: (401) Unauthorized.
Inner Exception:
The system cannot contact a domain controller to service the authentication request. Please try again later
Error encountered while fetching: An error occurred while sending the request.
当我使用 cmd 并执行命令时 git fetch 正在工作。
请帮助我提出解决此错误的任何建议。
【问题讨论】:
-
你是使用 PAT token 还是 Basic Auth(username,password) 来授权 git repo/command?
-
我正在使用 Windows 身份验证
标签: git tfs visual-studio-2015