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
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.