M1芯片Mac用miniforge3的conda安装时权限不够怎么办?

不只是安装,我在删除conda虚拟环境时也是显示权限不够,而且好像每次权限不够的都是不同的文件。 刚刚入门,实在搞不明白了,求教!

mac@MacBook-Pro ~ % conda install pandas
Collecting package metadata (current_repodata.json): failed

NotWritableError: The current user does not have write permissions to a required path.
  path: /Users/mac/miniforge3/pkgs/cache/c4ae700d.json
  uid: 501
  gid: 20

If you feel that permissions on this path are set incorrectly, you can manually
change them by executing

  $ sudo chown 501:20 /Users/mac/miniforge3/pkgs/cache/c4ae700d.json

In general, it's not advisable to use 'sudo conda'.

报错信息里提到的sudo chown 这个我试了没用,哭哭

sudo conda install pandas

干就完了。

同问咋解决的啊