meta data for this page
Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| git:gitlab:issues [2022/12/28 22:36] – niziak | git:gitlab:issues [2024/10/01 10:24] (current) – niziak | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| ====== Gitlab issues ====== | ====== Gitlab issues ====== | ||
| - | rate_limit_gitlab_shell: | + | ===== disallowed submodule url ===== |
| + | |||
| + | Repocheck failes: | ||
| + | |||
| + | <file log / | ||
| + | ERROR -- : my_group/ | ||
| + | </ | ||
| + | |||
| + | * [[https:// | ||
| + | * [[https:// | ||
| + | |||
| + | <file ruby gitlab.rb> | ||
| + | gitaly[' | ||
| + | git: { | ||
| + | config: [ | ||
| + | { key: " | ||
| + | { key: " | ||
| + | |||
| + | ], | ||
| + | }, | ||
| + | } | ||
| + | </ | ||
| + | |||
| + | <code bash> | ||
| + | |||
| + | ===== One project failed its last repository check. | ||
| + | |||
| + | <code bash>cat / | ||
| + | |||
| + | '' | ||
| + | |||
| + | Solution: | ||
| + | <code bash> | ||
| + | su - git | ||
| + | cd / | ||
| + | git fsck | ||
| + | git gc | ||
| + | git fsck | ||
| + | </ | ||
| ===== Failed to add control inotify watch descriptor for control group ===== | ===== Failed to add control inotify watch descriptor for control group ===== | ||
| Line 10: | Line 48: | ||
| ===== Permission denied, please try again. ===== | ===== Permission denied, please try again. ===== | ||
| + | |||
| + | rate_limit_gitlab_shell: | ||
| Gitlab runner cannot clone repository: | Gitlab runner cannot clone repository: | ||
| Line 27: | Line 67: | ||
| [[https:// | [[https:// | ||
| + | |||
| + | **HINT:** [[https:// | ||
| **Reason:** | **Reason:** | ||
| Line 50: | Line 92: | ||
| Still problems, try to figure out: | Still problems, try to figure out: | ||
| * Gitlab-shell rate limiter: [[https:// | * Gitlab-shell rate limiter: [[https:// | ||
| - | * There is another rate limiter in Gitaly: '' | + | * There is another rate limiter in Gitaly: '' |
| * It is disabled by default. Need to specify RPC endpoint and params to create Gitaly limiter: [[https:// | * It is disabled by default. Need to specify RPC endpoint and params to create Gitaly limiter: [[https:// | ||
| * [[https:// | * [[https:// | ||