如何列出所有 Git 子模块的 URL?

How to list the URL for all Git submodules?

“git remote get-url origin”可用于获取遥控器的位置。我如何对所有子模块执行相同的操作?

运行 每个子模块的命令:

git submodule foreach --recursive git remote get-url origin