Sto usando Git-1.9.0-preview20140217
per Windows. Come so, questa versione dovrebbe risolvere il problema con nomi di file troppo lunghi. Ma non per me.
Sicuramente sto facendo qualcosa di sbagliato: ho fatto git config core.longpaths true
e git add .
, quindi git commit
. Tutto andò bene. Ma quando ora faccio un git status
, ottengo un elenco di file con Filename too long
, ad esempio:
node_modules/grunt-contrib-imagemin/node_modules/pngquant-bin/node_modules/bin-wrapper/node_modules/download/node_modules/request/node_modules/form-data/node_modules/combined-stream/node_modules/delayed-stream/test/integration/test-handle-source-errors.js: Filename too long
È abbastanza semplice riprodurlo per me: basta creare un'applicazione web Yeoman con il generatore angolare ("yo angular") e rimuoverlo node_modules
dal .gitignore
file. Quindi ripetere i suddetti comandi Git.
Cosa mi sto perdendo qui?