Skip to content

Instantly share code, notes, and snippets.

@Guiorgy
Created November 5, 2025 13:01
Show Gist options
  • Save Guiorgy/8c6e98537c45dcdf1e99cd64bbf41854 to your computer and use it in GitHub Desktop.
Save Guiorgy/8c6e98537c45dcdf1e99cd64bbf41854 to your computer and use it in GitHub Desktop.
Enable Win32 Long Paths support on Windows and git
  • Open Group Policy Editor
  • Navigate to:
    • Computer Configuration
    • Administrative Templates
    • System
    • Filesystem
  • Enable Enable Win32 long paths
  • Reboot
  • Enable long paths in git by executing git config --global core.longpaths true
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment