===== disallowed submodule url =====
Repocheck failes:
ERROR -- : my_group/my_project: Could not fsck repository: error in blob eb87a57adefc985514ddc8ae1fa4e6749c7d8211: gitmodulesUrl: disallowed submodule url: https://gitlab.example.com:my_group/my_project.git
* [[https://stackoverflow.com/questions/55569644/how-to-fix-gitmodulespath-disallowed-submodule-path-on-git-fsck|How to fix 'gitmodulesPath: disallowed submodule path' on 'git fsck']]
* [[https://gitlab.com/gitlab-org/gitlab/-/issues/462567|repocheck fails with "disallowed submodule url"]]
gitaly['configuration'] = {
git: {
config: [
{ key: "fetch.fsck.gitmodulesUrl", value: "ignore" },
{ key: "fsck.gitmodulesUrl", value: "ignore" },
],
},
}
sudo gitlab-ctl reconfigure