Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Conversation

@robido
Copy link

@robido robido commented Feb 25, 2020

#115 #41 #13

The extra comments in README.md will help Windows users get past the above issues, until this is fixed in Cookiecutter:
cookiecutter/cookiecutter#1159

@akashvibhute
Copy link

Hi Robido,
Maybe you can add the following command to convert all line endings

find . -type f -exec dos2unix {} \;

This would be easier than doing it with notepad++

source -
https://stackoverflow.com/questions/7068179/convert-line-endings-for-whole-directory-tree-git

@tiangolo
Copy link
Member

Thanks for taking the effort to document this @robido ! πŸ€“ 🍰

I finally found a way to solve it in the project itself with #149 πŸŽ‰

Now, for new projects, it fixes the line endings of shell files after project generation.

Given that, I'll pass on this PR. But thanks for your effort!

@tiangolo tiangolo closed this Apr 18, 2020
alejsdev pushed a commit that referenced this pull request Dec 19, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants