I have a build that pulls my Bitbucket repository and using a remote agent drops the repo on a Windows 2012 server. Unfortunately all of my text files only have a LF (line feed character) instead of a CRLF character. This makes them invalid windows files and my build is failing. How do I force Bamboo to pull and ensure it adds a CRLF character to all my text files?
You can either set global option on your agent or use per-repository .gitattributes file. See https://help.github.com/articles/dealing-with-line-endings/ for more details
.gitattributes
It looks like you're new here. Sign in or register to get started.