无法安装新插件:结构需要清理

你好,我按照这个流程进行了操作。

containers/app.yml 中的插件部分如下:

## 插件请放在此处
## 详细信息请参阅 https://meta.discourse.org/t/19157
hooks:
  after_code:
- exec:
    cd: $home/plugins
    cmd:
      - git clone https://github.com/discourse/docker_manager.git
      - git clone https://github.com/paviliondev/discourse-locations.git
      - git clone https://github.com/discourse/discourse-sitemap.git
#          - git clone https://github.com/discourse/discourse-reactions.git
      - git clone https://github.com/discourse/discourse-translator.git

我刚才又试了一次,输出结果仍然循环重复。