I'm trying to deploy the latest scrapinghub/splash
I am using git-bash on win10. I forked the repo to https://github.com/kc1/splash/blob/master
I've run into some problems in my original question (Docker: /bin/sh: 1: /tmp/provision.sh: not found)
Its been suggested that the problem is that the shell scripts have windows line endings (crlf) instead of the unix type (lf). I checked and indeed windows ending are being used in my cloned repo locally.
How can I clone the repo so that I get the unix type endings in my local windows environment?