Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

There is an erroneous Git config command in the deploy script #41

Open
lhguerra opened this issue Sep 3, 2019 · 2 comments
Open

There is an erroneous Git config command in the deploy script #41

lhguerra opened this issue Sep 3, 2019 · 2 comments

Comments

@lhguerra
Copy link
Member

lhguerra commented Sep 3, 2019

git config --global core.autocrlf true

@lhguerra
Copy link
Member Author

Another thing too look in this issue is if this config is really working, because during the build we still get a lot of messages concerning the crlf setting.

@lhguerra
Copy link
Member Author

To fix the previous comment:

git config --global core.autocrlf true
git config --global core.safecrlf false

@lhguerra lhguerra changed the title There is a duplicated Git config command in the deploy script There is an erroneous Git config command in the deploy script Mar 24, 2020
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

No branches or pull requests

1 participant