Skip to content
This repository has been archived by the owner on Nov 11, 2024. It is now read-only.

Invalid string to bash in env #76

Answered by manio143
manio143 asked this question in Questions
Discussion options

You must be logged in to vote

Ok, I found the solution. It's about all git projects really. When core.autocrlf is set to true then git clones all repos with CRLF even on linux, which obviously breaks stuff.
To fix that one has to change it to core.autocrlf = input (may need manuall .gitconfig alteration).

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by alexrp
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
1 participant
Converted from issue

This discussion was converted from issue #38 on June 12, 2021 09:17.