TeamCity's git checkout different from local git checkout

给你一囗甜甜゛ 提交于 2019-12-10 15:51:18

问题


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

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!