Created
April 16, 2022 21:54
-
-
Save xmlking/51178e76b07ce794a0ae5b7ba74afd7b to your computer and use it in GitHub Desktop.
windows-dev-setup.md
This file contains 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
```shell | |
git config --global core.protectNTFS false | |
git config --global core.longpaths true | |
``` |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment