$ asdf update
$ asdf plugin add terragrunt
$ asdf plugin-add terragrunt https://github.com/cunymatthieu/asdf-terragrunt.git
$ asdf install terragrunt
$ asdf global terragrunt
检查您的环境变量是否正确设置。
如果问题仍然存在,可以尝试使用其他管理工具(如 Homebrew)或从源代码安装 terragrunt。
例如,如果您想使用 Homebrew 安装:
$ brew install terragrunt
希望以上解决方法对您有所帮助!