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 revision Previous revision
git:gitlab:issues [2022/12/28 22:39]
niziak
git:gitlab:issues [2023/06/20 09:08] (current)
niziak
Line 1: Line 1:
 ====== Gitlab issues ====== ====== Gitlab issues ======
  
-rate_limit_gitlab_shell:+===== One project failed its last repository check. ​ ===== 
 + 
 +<code bash>cat /​var/​log/​gitlab/​gitlab-rails/​repocheck.log</​code>​ 
 + 
 +''​error in blob 31ae455954e2ab24f917f0cad3c9dd9b0e029be4gitmodulesMissing:​ unable to read .gitmodules blob''​ 
 + 
 +Solution: 
 +<code bash> 
 +su - git 
 +cd /​home/​git-data/​repositories/​\@hashed\..\..\...git 
 +git fsck 
 +git gc 
 +git fsck 
 +</​code>​ 
  
 ===== Failed to add control inotify watch descriptor for control group ===== ===== Failed to add control inotify watch descriptor for control group =====
Line 10: Line 24:
  
 ===== Permission denied, please try again. ===== ===== Permission denied, please try again. =====
 +
 +rate_limit_gitlab_shell:​
  
 Gitlab runner cannot clone repository: Gitlab runner cannot clone repository: