Git-1.9.0-preview20140217
Windows에 사용 하고 있습니다. 아시다시피이 릴리스는 파일 이름이 너무 긴 문제를 해결해야합니다. 그러나 나를 위해 아닙니다.
분명히 내가 뭔가 잘못하고 있어요 : 내가 그랬어 git config core.longpaths true
와 git add .
다음 git commit
. 모든 것이 잘되었습니다. 그러나 이제을 수행하면 예를 들어 다음 git status
과 같은 파일 목록을 얻습니다 Filename too long
.
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
나를 위해 재현하는 것은 매우 간단 합니다. Angular 생성기 ( "yo angular")를 사용하여 Yeoman 웹 애플리케이션을 작성 node_modules
하고 .gitignore
파일 에서 제거 하십시오. 그런 다음 위에서 언급 한 Git 명령을 반복하십시오.
내가 여기서 무엇을 놓치고 있습니까?