我在 Docker 容器内执行命令git status,超过 6 秒后,我得到了这个输出。
It took 6.52 seconds to enumerate untracked files. 'status -uno'
may speed it up, but you have to be careful not to forget to add
new files yourself (see 'git help status').
no changes added to commit (use "git add" and/or "git commit -a")
有什么解决方案可以让它更快吗?