Skip to content

Instantly share code, notes, and snippets.

@pablocattaneo
Created November 27, 2015 17:41
Show Gist options
  • Save pablocattaneo/5c8c8fe18a3b6a748396 to your computer and use it in GitHub Desktop.
Save pablocattaneo/5c8c8fe18a3b6a748396 to your computer and use it in GitHub Desktop.
Fix the "Filename too long in git for windows"
Open the terminal and run:
git config --system core.longpaths true
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment