问题
I'm having a problem with TeamCity (8.1) running on a Windows box and one of our git repositories. Few files (2 out of 1000s - *.bytes extension, binary) have larger sizes on TeamCity checkout then on developer machines. If I turn off "Convert line-endings to CRLF" sizes for those files are the same, but then rest of the project does not build properly + developer machines do have core.autocrlf=true.
I have also tried setting *.bytes as binary in .gitattributes but this looks like it is being ignored by TeamCity (?).
Does anyone know of a way to get this to work?
Thanks
来源:https://stackoverflow.com/questions/24876545/teamcitys-git-checkout-different-from-local-git-checkout