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 Webアプリケーションを作成node_modules
し、.gitignore
ファイルから削除するだけです。次に、前述のGitコマンドを繰り返します。
ここで何が欠けていますか?