meta data for this page
  •  

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
git:gitlab:issues [2024/06/10 12:34] niziakgit:gitlab:issues [2024/10/01 10:24] (current) niziak
Line 9: Line 9:
 </file> </file>
  
 +  * [[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"]]
  
 +<file ruby gitlab.rb>
 +    gitaly['configuration'] = {
 +         git: {
 +          config: [
 +            { key: "fetch.fsck.gitmodulesUrl", value: "ignore" },
 +            { key: "fsck.gitmodulesUrl", value: "ignore" },
  
 +          ],
 +         },
 +    }
 +</file>
 +
 +<code bash>sudo gitlab-ctl reconfigure</code>
  
 ===== One project failed its last repository check.  ===== ===== One project failed its last repository check.  =====
Line 26: Line 40:
 git fsck git fsck
 </code> </code>
- 
  
 ===== Failed to add control inotify watch descriptor for control group ===== ===== Failed to add control inotify watch descriptor for control group =====