私はLaravel 4プロジェクトに取り組んでいます。Composer でパッケージを更新しようとすると、doctrine/collections に到達しますが、次のエラーがスローされます。
[Runtime Exception]
Failed to execute git status --porcelain --untracked-files=no
error: bad index file sha1 signature
fatal: index file corrupt
例外トレース: http://pastebin.com/Js3nKrhy
doctrine/collections のインデックスを削除しようとしましたが、refs/remotes/origin/master の形式が正しくないことがわかりました。
この問題を解決する方法はありますか? ありがとうございました。