fracz/git-exercises

Scripts won't execute under Windows (cygwin) if autocrlf=true

UncleCJ opened this issue · 4 comments

I just wanted to drop a note that I adore this set of exercises, simple enough with nice web interaction, but with a proper git repository to use in your development environment, brilliant!

A little more startup help would be useful though - it's not immediately obvious how start and verify aliases work, and since I hadn't figured out autocrlf configuration, the scripts wouldn't execute. Maybe add some hints about such things?

Best regards
CJ

fracz commented

I'm glad you like the exercises!

I am working on Windows with autocrlf=true in Git Bash and did not face the problem you describe.

If I uderstand correctly, you had to set autocrlf=false in order to use the aliases?

fracz commented

Can I assume that your issue has been solved?