Can't clone tfs private git repository

General support questions
Post Reply
Tony23_
Posts: 1
Joined: 2021/11/29 09:59:07

Can't clone tfs private git repository

Post by Tony23_ » 2021/12/09 17:02:06

Hi All,
I have a problem when I try to clone a repo from our corporate TFS Collection:

Code: Select all

git clone https://tfs.orgname.com/tfs/TFSCollection/projectname/_git/GIT_TESTRIG
username for https://tfs.orgname.com: myusername
password for https://tfs.orgname.com: mypassword
fatal: Authentication failed for https://tfs.orgname.com/tfs/TFSCollection/projectname/_git/GIT_TESTRIG
I’m 100% sure of my credentials and others user are the same problem (all of us have the permission to access to this repo).
info about my configuration:

Code: Select all

OS: CentOS 7
Kernel version: 3.10.0-1160.45.1.el7.x86_64
git version: 2.34.0
The TFS server has a NTLM authentication and SSH authentication disabled. I also tried to use token but fails too. If I try to use wget (with: --user myuser --ask-password) and curl fails too.

BUT if I try to clone the repo from Debian, CentOS Stream or others Linux OS, with same version of git and the same user credentials I don’t have any problem to clone the repo.


Last bumped by Tony23_ on 2021/12/09 17:02:06.

Post Reply