Clone step failed: Command [git checkout $REVISION] exited with code [1]
Issue
Error message:
Clone step failed: Command [git checkout $REVISION] exited with code [1]
Possible cause
The GIT clone step may fail in case you have CRLF (Windows) end of line characters instead of LF (Unix).
Text
Solution
Create a .gitattributes file in your repository (for all branches) that will enforce Git to commit files with LF.