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?

Taylor Lafrinere
  • 3,084
  • 18
  • 27
user626528
  • 13,999
  • 30
  • 78
  • 146

1 Answers1

1

Similar to this discussion, it could be related to an encoding issue:

Problem was in config file encoding.
Proper one is ANSI & EOL = Unix

VonC
  • 1,262,500
  • 529
  • 4,410
  • 5,250