Closed manio143 closed 7 years ago
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).
I'm not really sure what is the reason but here's what's happening:
make && sudo make install
sdb
Then I get the following
I'm using mono on Linux Mint and my suspicion is that this is a problem with line endings, given Windows's
\r\n
and Unix's\n
.