何らかの理由で、git リポジトリをセットアップすると、git clone はその特定のドライブ内のすべてのファイルを一覧表示します。
% git status # On branch master
# Changes not staged for commit:
# (use "git add/rm <file>..." to update what will be committed)
# (use "git checkout -- <file>..." to discard changes in working directory)
#
# deleted: index.html
#
# Untracked files:
# (use "git add <file>..." to include in what will be committed)
#
# ../../../-framework dla ASHA
# ../../../.CFUserTextEncoding
# ../../../.Trash/
# ../../../.Xauthority
出力がはるかに長くなるため、プロジェクト管理が少し面倒になります。
なぜこれが起こったのかわかりません。以前にgitを使用したことがありますが、この問題は一度もなかったので、明らかなことを見逃したと思います。