简体   繁体   English

推送后Gitlab中的文件丢失

[英]Files missing in Gitlab after push

I recently pushed 4 commits to Gitlab, but now some of my files are missing. 我最近将4次提交推送到了Gitlab,但是现在我的一些文件丢失了。 Whenever I attempt to view the files, I get an error like this: 每当我尝试查看文件时,都会出现如下错误:

Not Found: /gitlab/root/my-app/blob/9f2cc9da2ee7e6b8d0e7506ce8fc89213b73a442/app/controllers/arrivals_controller.rb

This applies for any commit, and the master branch. 这适用于任何提交和master分支。 I've attempted to restart Gitlab, and clear the Resque cache as well but to no avail. 我试图重新启动Gitlab,并清除Resque缓存,但无济于事。 I can pull the documents with a git clone command to a new directory. 我可以使用git clone命令将文档拉到新目录。

Edit: Ran the test bundle exec rake gitlab:check RAILS_ENV=production and here is the output 编辑:跑测试bundle exec rake gitlab:check RAILS_ENV=production ,这是输出

Checking Environment ...

Git configured for git user? ... yes
Has python2? ... yes
python2 is supported version? ... yes

Checking Environment ... Finished

Checking GitLab Shell ...

GitLab Shell version >= 1.7.1 ? ... OK (1.7.1)
Repo base directory exists? ... yes
Repo base directory is a symlink? ... no
Repo base owned by git:git? ... yes
Repo base access is drwxrws---? ... yes
update hook up-to-date? ... yes
update hooks in repos are links: ... 
Joshua Smock / INTO Arrivals Form ... ok

Checking GitLab Shell ... Finished

Checking Sidekiq ...

Running? ... yes

Checking Sidekiq ... Finished

Checking GitLab ...

Database config exists? ... yes
Database is SQLite ... no
All migrations up? ... yes
GitLab config exists? ... yes
GitLab config outdated? ... no
Log directory writable? ... yes
Tmp directory writable? ... yes
Init script exists? ... yes
Init script up-to-date? ... yes
projects have namespace: ... 
Joshua Smock / INTO Arrivals Form ... yes
Projects have satellites? ... 
Joshua Smock / INTO Arrivals Form ... yes
Redis version >= 2.0.0? ... yes
Your git bin path is "/usr/bin/git"
Git version >= 1.7.10 ? ... yes (1.8.1)

Checking GitLab ... Finished

Everything seems okay on this end. 一切似乎都还可以。

Most likely the gitlab-satellites folder is corrupt. gitlab-satellites文件夹很可能已损坏。 Delete that folder and recreate it. 删除该文件夹并重新创建。 This folder is used by gitlab as a scratchpad - for merging etc. Deleting this folder should be mostly harmless. gitlab将该文件夹用作暂存器-进行合并等。删除该文件夹应该基本无害。 To be safer you can rename it to something else (instead of deleting) before running the following command. 为了安全起见,可以在运行以下命令之前将其重命名为其他名称(而不是删除)。

bundle exec rake gitlab:satellites:create RAILS_ENV=production

and then restart gitlab . 然后重新启动gitlab

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM