Skip to content

Instantly share code, notes, and snippets.

@kneipp
Created March 28, 2019 15:26
Show Gist options
  • Select an option

  • Save kneipp/47cabf18430445e792fdd286ca528c17 to your computer and use it in GitHub Desktop.

Select an option

Save kneipp/47cabf18430445e792fdd286ca528c17 to your computer and use it in GitHub Desktop.
zsh problem wsl git core.autocrlf
The temporary solution to that is changing your core.autocrlf git config setting to use input, given that you are on OSX. See #4402 (comment).
To sum up, you need to run the following:
cd $ZSH
git config core.autocrlf input
git rm --cached -r .
git reset --hard
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment