【发布时间】:2015-01-27 15:56:51
【问题描述】:
我正在使用 GIT 团队项目运行 TFS 2013。当我从本地 Windows 服务器之一执行 git clone 时,我没有任何问题:
-bash-4.1$ git clone "http://tfsadm:tfspas@tfs.server.com:8080/tfs/DefaultCollection/_git/Main"
Initialized empty Git repository in /home/tfsadm/Mainframe/.git/
但是当我从 Linux 执行 git clone 时,我收到以下错误:
error: The requested URL returned error: 401 while accessing http://tfsadm:tfspas@tfs.server.com:8080/tfs/DefaultCollection/_git/Mainframe/info/refs fatal: HTTP request failed
【问题讨论】:
标签: linux git authentication tfs tfs-web-access