Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save FrancoStino/6b4c25d8ed0be19914d48cdd4ce39635 to your computer and use it in GitHub Desktop.
Save FrancoStino/6b4c25d8ed0be19914d48cdd4ce39635 to your computer and use it in GitHub Desktop.
Filename too long in Git for Windows I'm using Git-1.9.0-preview20140217 for Windows. As I know, this release should fix the issue with too long filenames. But not for me. Surely I'm doing something wrong: I did git config core.longpa...

Enable long file paths in Git configuration.

Preview:
git config --system core.longpaths true
Associated Context
Type Code Snippet ( .sh )
Associated Tags windows git git config system longpaths Git configuration System command line Configuration management Command-line interface Version control Software development (SDK) User input github bitbucket version-control mercurial Git Configuration System Level Core Settings Long Paths True Value Version Control File Management Configuration Options System-wide Settings Path Length Limit
📝 Custom Description Filename too long in Git for Windows

I'm using Git-1.9.0-preview20140217 for Windows. As I know, this release should fix the issue with too long filenames. But not for me.
Surely I'm doing something wrong: I did git config core.longpa...
💡 Smart Description This command sets the "longpaths" flag to true for git config files and returns false.
This command sets the Git configuration option "core.longpaths" to true at the system level, allowing Git to handle long file paths on Windows systems.
🔎 Suggested Searches
Related Links https://stackoverflow.com/questions/22575662/filename-too-long-in-git-for-windows
https://www.google.com/search?q=intesa+prenota+appuntamento&oq=intesa+prenot&gs_lcrp=EgZjaHJvbWUqDAgAEAAYFBiHAhiABDIMCAAQABgUGIcCGIAEMgcIARAAGIAEMgYIAhBFGDkyCAgDEAAYFhgeMggIBBAAGBYYHqgCALACAA&sourceid=chrome&ie=UTF-8
https://www.samsung.com/it/support/mobile-devices/come-si-usa-la-scansione-intelligente-dei-telefoni-galaxy/
https://www.google.com/search?q=scansione+camera+samsung&oq=SCANSIONE+CAMERA+SAM&gs_lcrp=EgZjaHJvbWUqBwgBECEYoAEyBggAEEUYOTIHCAEQIRigATIHCAIQIRifBTIHCAMQIRifBTIHCAQQIRifBTIHCAUQIRifBTIHCAYQIRifBTIHCAcQIRifBTIHCAgQIRifBTIHCAkQIRifBdIBCDU2NjlqMGo3qAIAsAIA&sourceid=chrome&ie=UTF-8
https://git-scm.com/docs/git-checkout
https://git-scm.com/docs/git-remote
https://git-scm.com/docs/git-config
https://git-scm.com/book/en/v2/Getting-Started-First-Time-Git-Setup
https://www.git-scm.com/book/en/v2/Customizing-Git-Git-Configuration
https://github.com/orgs/community/discussions/
Related People Davide Ladisa
Sensitive Information No Sensitive Information Detected
Shareable Link https://davideladisa.pieces.cloud/?p=2f174e8ae8
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment