/ Linux / Microsoft

Conectarse a TFS 2018 desde plataforma no Windows

Hola!

Cuando se necesita realizar un git clone desde un ambiente no windows

git clone http://$USUARIO:$CONTRASEÑA@$ENLACE_GIT_TFS

Luego de eso presenta el siguiente error:

fatal: Authentication failed for 'http://$USUARIO:$CONTRASEÑA@$ENLACE_GIT_TFS

Para corregir esto es necesario configurar el NTLM en el TFS 2018. Ya que con Kerberos no permite conectarse.

C:\Program Files\Microsoft Team Foundation Server 2018\Tools>TFSConfig Authentication /provider:NTLM /siteType:ApplicationTier

Eso es todo!