Extraño error en Git-TF
Frecuentes
Visto 413 veces
2
I'm trying to pull changes from Git into TFS. Getting this error:
git-tf: User config file C:\Users\Administrator.gitconfig invalid
org.eclipse.jgit.errors.ConfigInvalidException: Cannot read file
C:\Users\Administrator.gitconfig
Ideas?
1 Respuestas
1
Similar a esta discusión, it could be related to an encoding issue:
Problem was in config file encoding.
Proper one is ANSI & EOL = Unix
Respondido el 05 de Septiembre de 12 a las 12:09
No es la respuesta que estás buscando? Examinar otras preguntas etiquetadas git version-control tfs git-tf or haz tu propia pregunta.
EOL = Unix is not necessary, but changing encoding to ANSI (was UTF8) solved the problem - user626528