Created
March 28, 2019 15:26
-
-
Save kneipp/47cabf18430445e792fdd286ca528c17 to your computer and use it in GitHub Desktop.
zsh problem wsl git core.autocrlf
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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