Fork me on GitHub
#clerk
<
2023-06-25
>
Olav Fosse19:06:46

Hey, does anyone else have the problem that git always reports chinook.db being changed. It prevents me from performing certain git operations ;/

Olav Fosse19:06:39

I feel like there’s some CRLF conversion going on… If someone is not having this problem could you tell me your git version so I can roll back 😅

Olav Fosse19:06:46

i’ve tried stashing btw..

genmeblog19:06:07

Is it related to Clerk?

Olav Fosse19:06:29

I’ve only had this issue in the Clerk repo, and I’m trying to hack on Clerk so I think so 🙂

👍 2
Olav Fosse19:06:35

workaround for now:

$ git commit -m 'WORKAROUND: remove chinook.db (see '

Craig Brozefsky14:06:47

I did this in my git config:

[core]
	autocrlf = "input"

Craig Brozefsky14:06:54

it stopped that for me. I believe that setting is "correct" and is giving me desired behavior on m1 air running macos