私はRubygemsを使用していて、gitでファイルをたくさんキャッシュしています。簡単な解決策はgit rm -rf . --cached
実行することですが、実行すると次のメッセージが表示されます。
fatal: pathspec '' did not match any files
実行git rm -rf ./\* --cached
しても、次のように戻ります。
fatal: pathspec '*' did not match any files
解決策はありますか?